From 9b96343781efb089529757c9e7a0bb4975190d19 Mon Sep 17 00:00:00 2001 From: PieckA Date: Fri, 24 May 2024 23:17:30 +0200 Subject: [PATCH] bugfixing.. --- config.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.fish b/config.fish index 0631fcc..bf76e54 100644 --- a/config.fish +++ b/config.fish @@ -94,7 +94,9 @@ if command -v apk >/dev/null 2>&1 set ALIASSES "-- Alpine.. right, this fast os is evolving.. --" end -if check_fisher +if [[ ! -e $HOME/.config/fish/functions/fisher.fish ]] + check_fisher +else plugins_fisher end