From 8da7bf95a5f55939e9b922c6b6dbf325bcc28ae1 Mon Sep 17 00:00:00 2001 From: PieckA Date: Sat, 25 May 2024 11:30:09 +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 3ebf1c3..aa19703 100644 --- a/functions/c_fisher.fish +++ b/functions/c_fisher.fish @@ -6,7 +6,7 @@ # ╰───────────────────────────────────╯ function check_fisher -if [[ ! -f $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 >────────────────────────────────────────────────────