shell: add nxfup alias
This commit is contained in:
parent
5cc5ca735f
commit
d0e9ba78e8
1 changed files with 4 additions and 1 deletions
|
@ -130,7 +130,10 @@ alias \
|
|||
nxf='$EDITOR /etc/nixos/flake.nix' \
|
||||
nxpl='sudo nix-channel --update' \
|
||||
nxup='sudo nixos-rebuild switch' \
|
||||
nxupup='sudo nixos-rebuild switch --upgrade' \
|
||||
nxfup='cd /etc/nixos; nix flake update; cd -' \
|
||||
|
||||
# Remove?
|
||||
# nxupup='sudo nixos-rebuild switch --upgrade' \
|
||||
|
||||
# file copying with a progress bar
|
||||
alias cpv="rsync -ah --info=progress2"
|
||||
|
|
Loading…
Add table
Reference in a new issue