From 4832fc5fe1297f1241310f2453b850c72743e1bd Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 6 May 2020 18:41:01 +0530 Subject: Drop fzy support --- plugins/pskill | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/pskill') diff --git a/plugins/pskill b/plugins/pskill index c23034f..063be35 100755 --- a/plugins/pskill +++ b/plugins/pskill @@ -2,7 +2,7 @@ # Description: Fuzzy list and kill a (zombie) process by name # -# Dependencies: fzf or fzy, ps +# Dependencies: fzf, ps # # Note: To kill a zombie process enter "zombie" # @@ -24,8 +24,6 @@ if ! [ -z "$psname" ]; then if which fzf >/dev/null 2>&1; then fuzzy=fzf - elif which fzy >/dev/null 2>&1; then - fuzzy=fzy else exit 1 fi -- cgit v1.2.3-70-g09d2