add alias for adding ssh key on mac

This commit is contained in:
Salar Rahmanian 2023-03-01 22:06:10 -08:00
parent 487f3988c6
commit 63a1ab0a2f

View file

@ -270,6 +270,7 @@
'';
shellAliases = {
addsshmac="ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain";
cat="bat";
# du="ncdu --color dark -rr -x";
fzfp="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";