Update fisher setup
parent
bf0a976d4a
commit
4d027c0c6c
|
@ -39,8 +39,8 @@ in {
|
||||||
echo 'ヽ(´ᗜ`)ノ welcome ヽ(´ᗜ`)ノ'
|
echo 'ヽ(´ᗜ`)ノ welcome ヽ(´ᗜ`)ノ'
|
||||||
if not functions -q fisher
|
if not functions -q fisher
|
||||||
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
|
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
|
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
|
||||||
fish -c fisher
|
fish -c fisher update
|
||||||
end
|
end
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
set VIRTUAL_ENV_DISABLE_PROMPT true
|
set VIRTUAL_ENV_DISABLE_PROMPT true
|
||||||
|
|
Loading…
Reference in New Issue