shell: update nx alias

This commit is contained in:
PowerUser64 2023-01-11 00:23:30 -08:00
parent ec34a89688
commit 3d22741870

View file

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