shell: add nxfup alias (nix full upgrade)
This commit is contained in:
parent
56d1086a22
commit
b5d3e0eaf1
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ alias \
|
|||
nx='sudo $EDITOR /etc/nixos/configuration.nix' \
|
||||
nxpl='sudo nix-channel --update' \
|
||||
nxup='sudo nixos-rebuild switch' \
|
||||
nxfup='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