diff options
author | tv <tv@krebsco.de> | 2019-02-05 11:00:57 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-02-08 05:19:48 +0100 |
commit | 7f11da400dab2ce180af799c257dff1ff2996781 (patch) | |
tree | 290e781285e2e2859062517c5c0d535546c98858 /tv/2configs/bash/default.nix | |
parent | 55de6782af681888ba6e521e7b9bd442a5b1a5cb (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 |