feat(nix): add sh aliases for rsync flags
This commit is contained in:
parent
23c3f79964
commit
a2a350bc59
@ -126,6 +126,8 @@ in
|
||||
environment.interactiveShellInit = ''
|
||||
alias copy='wl-copy <'
|
||||
alias build='sudo nixos-rebuild switch'
|
||||
alias rs='rsync -avhzru -P'
|
||||
alias rsh='rsync -avhzru -P -e ssh'
|
||||
'';
|
||||
|
||||
# Enable automatic login for the user.
|
||||
|
Loading…
Reference in New Issue
Block a user