1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

"." has been deprecated in the fish shell in favor of explicit "source"

This commit is contained in:
McTavish McArdle
2016-05-28 18:29:45 -04:00
parent 75fd97803d
commit 5f20bc258f
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ if [ -z "$print" ]; then
echo
case "$shell" in
fish )
echo 'status --is-interactive; and . (pyenv init -|psub)'
echo 'status --is-interactive; and source (pyenv init -|psub)'
;;
* )
echo 'eval "$(pyenv init -)"'