all repos — nixfiles @ f3562a8d90671ed679797811487f1e85759bd0ee

System and user configuration, managed by nix and home-manager

zsh: Add aliases for nix-channel commands
Alan Pearce alan@alanpearce.eu
Wed, 09 Oct 2019 19:36:25 +0200
commit

f3562a8d90671ed679797811487f1e85759bd0ee

parent

21bdf17d577d87a01e3caaad6b96b58746b51f90

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/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";