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