summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2019-10-06 07:46:34 +0200
committerAlan Pearce2019-10-06 07:46:34 +0200
commitd7d0ca6d3db2567fc354f2efd4ea3d52f93c5aa2 (patch)
tree46bcb11453a30f2d317561be8441a7731f5471cd /user
parentd5d667839ffc1c2b1de20df6ef096db14ecb2c9a (diff)
downloadnixfiles-d7d0ca6d3db2567fc354f2efd4ea3d52f93c5aa2.tar.lz
nixfiles-d7d0ca6d3db2567fc354f2efd4ea3d52f93c5aa2.tar.zst
nixfiles-d7d0ca6d3db2567fc354f2efd4ea3d52f93c5aa2.zip
zsh: add alias for home-manager-help
Diffstat (limited to 'user')
-rw-r--r--user/modules/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix
index 05a383a6..1351139a 100644
--- a/user/modules/zsh.nix
+++ b/user/modules/zsh.nix
@@ -117,6 +117,7 @@ in
 
       hos = "home-manager switch";
       hon = "home-manager news";
+      hoh = "home-manager help";
 
       n = "nix-env";
       ni = "nix-env -iA";