summary refs log tree commit diff stats
path: root/user/modules
diff options
context:
space:
mode:
authorAlan Pearce2019-10-07 18:15:42 +0200
committerAlan Pearce2019-10-07 18:15:42 +0200
commitbbacef252e8742bfc132fd5a9e70529dd142a6ad (patch)
tree7639fc48ad297baddbf20dd014bf03e30eee7f85 /user/modules
parent39d1a66d385601915243e964843d07895eb4113d (diff)
downloadnixfiles-bbacef252e8742bfc132fd5a9e70529dd142a6ad.tar.lz
nixfiles-bbacef252e8742bfc132fd5a9e70529dd142a6ad.tar.zst
nixfiles-bbacef252e8742bfc132fd5a9e70529dd142a6ad.zip
zsh: fix home-manager help alias
Diffstat (limited to 'user/modules')
-rw-r--r--user/modules/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix
index 1351139a..cdffba41 100644
--- a/user/modules/zsh.nix
+++ b/user/modules/zsh.nix
@@ -117,7 +117,7 @@ in
 
       hos = "home-manager switch";
       hon = "home-manager news";
-      hoh = "home-manager help";
+      hoh = "home-manager-help";
 
       n = "nix-env";
       ni = "nix-env -iA";