add alias for adding ssh key on mac
This commit is contained in:
parent
487f3988c6
commit
63a1ab0a2f
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -270,6 +270,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
addsshmac="ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain";
|
||||||
cat="bat";
|
cat="bat";
|
||||||
# du="ncdu --color dark -rr -x";
|
# du="ncdu --color dark -rr -x";
|
||||||
fzfp="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
|
fzfp="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
|
||||||
|
|
Loading…
Reference in a new issue