diff --git a/.config/fish/config.fish b/.config/fish/config.fish index dd8f00d..710eaed 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -3,12 +3,11 @@ set EDITOR vim set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config -if not functions -q fisher - echo "Installing fisher for the first time..." >&2 - set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config - curl https://git.io/fisher --create-dirs -sLo $XDG_CONFIG_HOME/fish/functions/fisher.fish - fish -c fisher -end +#if not functions -q fisher +# DO NOT ENABLE, it is a fork bomb :) +# echo "Installing fisher for the first time..." >&2 +# curl -sL https://git.io/fisher | source && fisher update +#end # Theme options for bobthefish set -g theme_nerd_fonts yes