shell aliases: rename nix aliases
This commit is contained in:
parent
e6cf939991
commit
0881b704a6
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ alias \
|
|||
# Nix
|
||||
alias \
|
||||
nx='sudo $EDITOR /etc/nixos/configuration.nix' \
|
||||
nx-upd='sudo nix-channel --update' \
|
||||
nx-upg='sudo nixos-rebuild switch' \
|
||||
nxpl='sudo nix-channel --update' \
|
||||
nxup='sudo nixos-rebuild switch' \
|
||||
|
||||
# file copying with a progress bar
|
||||
alias cpv="rsync -ah --info=progress2"
|
||||
|
|
Loading…
Add table
Reference in a new issue