From 949c29af460c55834a4473521d74c9f0257bb726 Mon Sep 17 00:00:00 2001 From: PieckA Date: Sat, 25 May 2024 11:28:10 +0200 Subject: [PATCH] bugfixing --- functions/c_fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/c_fisher.fish b/functions/c_fisher.fish index 0b266be..3ebf1c3 100644 --- a/functions/c_fisher.fish +++ b/functions/c_fisher.fish @@ -6,7 +6,7 @@ # ╰───────────────────────────────────╯ function check_fisher -if [[ ! -e $HOME/.config/fish/functions/fisher.fish ]] +if [[ ! -f $HOME/.config/fish/functions/fisher.fish ]] curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher else # ─< define plugins to use with fisher >────────────────────────────────────────────────────