From f1a710fe5fb7b6cc5ad0e0cd1bd827a6b806918b Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sat, 26 Aug 2023 00:45:26 -0400 Subject: [PATCH] Add fzf-already-installed message --- copy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copy.sh b/copy.sh index 28f8a54..b4bc9b4 100755 --- a/copy.sh +++ b/copy.sh @@ -91,4 +91,6 @@ fi if ! command -v fzf &> /dev/null; then echo "You may wish to install fzf for sofi and other search" +else + echo "fzf is already installed" fi