zsh: Add aliases for nix-channel commands
Alan Pearce alan@alanpearce.eu
Wed, 09 Oct 2019 19:36:25 +0200
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -136,6 +136,9 @@ hos = "home-manager switch"; hon = "home-manager news"; hoh = "home-manager-help"; + nic = "nix-channel"; + nicl = "nix-channel --list"; + nicu = "nix-channel --update"; n = "nix-env"; ni = "nix-env -iA"; nq = "nix-env -q";