diff options
author | Alan Pearce | 2020-10-24 18:47:30 +0200 |
---|---|---|
committer | Alan Pearce | 2020-10-24 18:47:30 +0200 |
commit | 6f0a0e13eb0c3fd5ec3928d185220fd30cf79f01 (patch) | |
tree | 5bf53827cef4a754ff39c82f8d9452c3eafdf995 /user/settings | |
parent | 313e62e865b2c453b26b3739efac5c7eaf4ff49a (diff) | |
download | nixfiles-6f0a0e13eb0c3fd5ec3928d185220fd30cf79f01.tar.lz nixfiles-6f0a0e13eb0c3fd5ec3928d185220fd30cf79f01.tar.zst nixfiles-6f0a0e13eb0c3fd5ec3928d185220fd30cf79f01.zip |
zsh: package and install command-help
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 35efa735..8da9ac6a 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -22,6 +22,7 @@ let in { home.packages = with pkgs; [ + command-help fzf ghq git |