Update fisher setup

main
Matthew Ess 2021-01-10 23:23:33 -05:00
parent bf0a976d4a
commit 4d027c0c6c
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ in {
echo '(´) welcome (´)'
if not functions -q fisher
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
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
fish -c fisher update
end
fish_vi_key_bindings
set VIRTUAL_ENV_DISABLE_PROMPT true