shell: update nx alias
This commit is contained in:
parent
ec34a89688
commit
3d22741870
1 changed files with 6 additions and 6 deletions
|
@ -125,12 +125,12 @@ alias \
|
||||||
occ='docker exec -u www-data nextcloud php occ --ansi' \
|
occ='docker exec -u www-data nextcloud php occ --ansi' \
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
alias \
|
alias \
|
||||||
nx='$EDITOR /etc/nixos/configuration.nix' \
|
nx='$EDITOR /etc/nixos/systems/$HOST/default.nix' \
|
||||||
nxf='$EDITOR /etc/nixos/flake.nix' \
|
nxf='$EDITOR /etc/nixos/flake.nix' \
|
||||||
nxpl='sudo nix-channel --update' \
|
nxpl='sudo nix-channel --update' \
|
||||||
nxup='sudo nixos-rebuild switch' \
|
nxup='sudo nixos-rebuild switch' \
|
||||||
nxupup='sudo nixos-rebuild switch --upgrade' \
|
nxupup='sudo nixos-rebuild switch --upgrade' \
|
||||||
|
|
||||||
# file copying with a progress bar
|
# file copying with a progress bar
|
||||||
alias cpv="rsync -ah --info=progress2"
|
alias cpv="rsync -ah --info=progress2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue