aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/fzhist
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 18:41:01 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 18:41:01 +0530
commit4832fc5fe1297f1241310f2453b850c72743e1bd (patch)
tree47c27a2f7309e9b1a5874df55635e383e667ac71 /plugins/fzhist
parentc8ecf06c515054595ac1dfa34989a3a7d26373ce (diff)
downloadnnn-4832fc5fe1297f1241310f2453b850c72743e1bd.tar.gz
Drop fzy support
Diffstat (limited to 'plugins/fzhist')
-rwxr-xr-xplugins/fzhist2
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