shell: replace ns alias with nsp

This commit is contained in:
PowerUser64 2023-07-06 18:47:49 -07:00
parent 7caf7d7baf
commit 45363d4fce

View file

@ -126,7 +126,7 @@ alias \
# Nix
alias \
ns='nix-shell' \
nsp='nix-shell -p' \
nx='$EDITOR /etc/nixos/systems/$HOST/default.nix' \
nxf='$EDITOR /etc/nixos/flake.nix' \
nxpl='sudo nix-channel --update' \