feat(nix): add sh aliases for rsync flags

This commit is contained in:
spy4x 2024-03-10 20:30:36 +08:00
parent 23c3f79964
commit a2a350bc59

View File

@ -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.