mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix(pyenv): update for latest pyenv+fish
This commit is contained in:
committed by
AJ ONeal
parent
6c250ad0dc
commit
d34517b930
@@ -29,8 +29,8 @@ function __init_pyenv() {
|
||||
if [ -z "$(grep 'pyenv init' ~/.config/fish/config.fish)" ]; then
|
||||
echo '' >> ~/.config/fish/config.fish
|
||||
echo '# added by Webi for pyenv' >> ~/.config/fish/config.fish
|
||||
echo 'pyenv init - | source' >> ~/.config/fish/config.fish
|
||||
echo 'pyenv virtualenv-init - | source' >> ~/.config/fish/config.fish
|
||||
echo 'status is-login; and pyenv init --path | source' >> ~/.config/fish/config.fish
|
||||
echo 'status is-interactive; and pyenv init - | source' >> ~/.config/fish/config.fish
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user