[fish] install fisher but not dependencies

This commit is contained in:
eleith 2023-03-29 05:20:32 +00:00
parent 1e8c2af735
commit 8c3025ef5c
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@ if type -q fzf
end
if not functions -q fisher && status is-interactive
echo "Installing fisher for the first time..."
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
curl https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish --create-dirs -sLo $XDG_CONFIG_HOME/fish/functions/fisher.fish
# https://github.com/jorgebucaran/fisher/issues/742
fish -c "fisher update </dev/null"
end