From 424cc709c0da99f2185609ad1e387b33296a89ed Mon Sep 17 00:00:00 2001 From: PieckA Date: Sat, 25 May 2024 15:26:10 +0200 Subject: [PATCH] changed fisher config --- 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 638459d..fe01323 100644 --- a/functions/c_fisher.fish +++ b/functions/c_fisher.fish @@ -5,7 +5,7 @@ # │ fisher itself │ # ╰───────────────────────────────────╯ function check_fisher - if test ! -e $HOME/.config/fish/functions/fisher.fish + if not test -e $HOME/.config/fish/functions/fisher.fish curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source end