Add fzf-already-installed message

This commit is contained in:
Sage Vaillancourt 2023-08-26 00:45:26 -04:00
parent 6f76070a02
commit f1a710fe5f
1 changed files with 2 additions and 0 deletions

View File

@ -91,4 +91,6 @@ fi
if ! command -v fzf &> /dev/null; then if ! command -v fzf &> /dev/null; then
echo "You may wish to install fzf for sofi and other search" echo "You may wish to install fzf for sofi and other search"
else
echo "fzf is already installed"
fi fi