summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2020-09-24 15:02:51 +0200
committerAlan Pearce2020-09-24 15:02:51 +0200
commit1a6521b0313be64d26d7f14793ef1a2baa917387 (patch)
treeb8e692ceab6569851d4c4863a1a92a624a3c7254 /user/settings
parent05cc53dcfed31d5603387efad493e07e8fb7ff3d (diff)
downloadnixfiles-1a6521b0313be64d26d7f14793ef1a2baa917387.tar.lz
nixfiles-1a6521b0313be64d26d7f14793ef1a2baa917387.tar.zst
nixfiles-1a6521b0313be64d26d7f14793ef1a2baa917387.zip
zsh: add more home-manager aliases
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 444d4cfd..35efa735 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -206,9 +206,12 @@ in
       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";