shell: add ns alias

This commit is contained in:
PowerUser64 2023-01-23 10:09:07 -08:00
parent d0e9ba78e8
commit 12fc826395

View file

@ -126,15 +126,13 @@ alias \
# Nix
alias \
ns='nix-shell' \
nx='$EDITOR /etc/nixos/systems/$HOST/default.nix' \
nxf='$EDITOR /etc/nixos/flake.nix' \
nxpl='sudo nix-channel --update' \
nxup='sudo nixos-rebuild switch' \
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"