diff options
author | tv <tv@krebsco.de> | 2019-02-05 11:00:57 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-05 11:00:57 +0100 |
commit | cbfe1d373c2086c8f6f6584860782e3666bdedeb (patch) | |
tree | 290e781285e2e2859062517c5c0d535546c98858 /tv/2configs/bash/default.nix | |
parent | e95c91edb81f1043247817f733de91ad751efaf9 (diff) |
tv bash: use fzf-history
Diffstat (limited to 'tv/2configs/bash/default.nix')
-rw-r--r-- | tv/2configs/bash/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/bash/default.nix b/tv/2configs/bash/default.nix index d767393..86e5598 100644 --- a/tv/2configs/bash/default.nix +++ b/tv/2configs/bash/default.nix @@ -27,6 +27,8 @@ with import <stockholm/lib>; export NIX_PATH="stockholm=$HOME/stockholm:$NIX_PATH" ;; esac + + ${pkgs.bash-fzf-history.bind} ''; promptInit = /* sh */ '' case $UID in |