diff --git a/config.fish b/config.fish index ac328cf..0631fcc 100644 --- a/config.fish +++ b/config.fish @@ -94,9 +94,9 @@ if command -v apk >/dev/null 2>&1 set ALIASSES "-- Alpine.. right, this fast os is evolving.. --" end -check_fisher - -plugins_fisher +if check_fisher + plugins_fisher +end # ──────────────────────────< END | distro/packagemanger detection >────────────────────────── diff --git a/functions/c_fisher.fish b/functions/c_fisher.fish index 1d7f59a..298c086 100644 --- a/functions/c_fisher.fish +++ b/functions/c_fisher.fish @@ -23,5 +23,3 @@ function plugins_fisher end end end - -plugins_fisher