diff options
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 |