all repos — nixfiles @ 1a6521b0313be64d26d7f14793ef1a2baa917387

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

zsh: add more home-manager aliases
Alan Pearce alan@alanpearce.eu
Thu, 24 Sep 2020 15:02:51 +0200
commit

1a6521b0313be64d26d7f14793ef1a2baa917387

parent

05cc53dcfed31d5603387efad493e07e8fb7ff3d

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -206,9 +206,12 @@ gbrm = "git branch --move";       gmup = "git mup";
       grup = "git rup";
 
+      ho = "home-manager";
       hos = "home-manager switch";
       hon = "home-manager news";
-      hoh = "home-manager-help";
+      hoh = "home-manager help";
+      hop = "home-manager packages";
+      hol = "home-manager generations";
 
       nish  = "nix-shell";
       nic = "nix-channel";