[fish] avoid fisher blocking input on codespaces

This commit is contained in:
eleith 2023-03-28 23:45:09 +00:00
parent 48f96a4417
commit 7ed4496940
1 changed files with 2 additions and 1 deletions

View File

@ -53,5 +53,6 @@ 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://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish --create-dirs -sLo $XDG_CONFIG_HOME/fish/functions/fisher.fish
fish -c "fisher update"
# https://github.com/jorgebucaran/fisher/issues/742
fish -c "fisher update </dev/null"
end