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 | 5ddac6d53dd1ad6ae0767ef6a99b0ac7de695e23 (patch) | |
tree | eac568bb66d41759a39369b6ad201dbbefc18e85 /tv/2configs | |
parent | df0d079ba03c0b2a98fbdede8322e080ffce60ed (diff) |
tv bash: use fzf-history
Diffstat (limited to 'tv/2configs')
-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 d7673931c..86e5598bb 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 |