diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-06 18:41:01 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-06 18:41:01 +0530 |
commit | 4832fc5fe1297f1241310f2453b850c72743e1bd (patch) | |
tree | 47c27a2f7309e9b1a5874df55635e383e667ac71 /plugins/fzhist | |
parent | c8ecf06c515054595ac1dfa34989a3a7d26373ce (diff) | |
download | nnn-4832fc5fe1297f1241310f2453b850c72743e1bd.tar.gz |
Drop fzy support
Diffstat (limited to 'plugins/fzhist')
-rwxr-xr-x | plugins/fzhist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/fzhist b/plugins/fzhist index e5618ae..a3aac3a 100755 --- a/plugins/fzhist +++ b/plugins/fzhist @@ -8,8 +8,6 @@ if which fzf >/dev/null 2>&1; then fuzzy=fzf -elif which fzy >/dev/null 2>&1; then - fuzzy=fzy else exit 1 fi |