about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-16 01:57:23 +0000
committerGitHub <noreply@github.com>2019-10-16 01:57:23 +0000
commitfce8b4837ae1eb74aef36968b93e9776f8715154 (patch)
tree36c875f471efd9106fe901666640042a921446a3 /pkgs/top-level
parentb0081a26e5fb245f64b8b609a8c4b4c7039c879a (diff)
parent0bfefb0913762fb1ebc8ed278b878e022948a7f3 (diff)
downloadnixlib-fce8b4837ae1eb74aef36968b93e9776f8715154.tar
nixlib-fce8b4837ae1eb74aef36968b93e9776f8715154.tar.gz
nixlib-fce8b4837ae1eb74aef36968b93e9776f8715154.tar.bz2
nixlib-fce8b4837ae1eb74aef36968b93e9776f8715154.tar.lz
nixlib-fce8b4837ae1eb74aef36968b93e9776f8715154.tar.xz
nixlib-fce8b4837ae1eb74aef36968b93e9776f8715154.tar.zst
nixlib-fce8b4837ae1eb74aef36968b93e9776f8715154.zip
Merge pull request #67670 from kampka/zsh-history
zsh-history: init at unstable-2019-08-29
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d9c1a167a742..53ac6b8f3aec 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7293,6 +7293,8 @@ in
 
   zsh-git-prompt = callPackage ../shells/zsh/zsh-git-prompt { };
 
+  zsh-history = callPackage ../shells/zsh/zsh-history { };
+  
   zsh-history-substring-search = callPackage ../shells/zsh/zsh-history-substring-search { };
 
   zsh-navigation-tools = callPackage ../tools/misc/zsh-navigation-tools { };