diff options
-rw-r--r-- | user/settings/zsh.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 17bf6f46..df0b28ad 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -136,6 +136,9 @@ in 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"; |