Parcourir la source

Remove `exit 0` from initialization code of fish

pull/215/head
Yamashita Yuu il y a 12 ans
Parent
révision
6f761f8159
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      libexec/pyenv-init

+ 2
- 1
libexec/pyenv-init Voir le fichier

@ -140,7 +140,6 @@ function pyenv
end
end
EOS
exit 0
;;
ksh )
cat <<EOS
@ -156,6 +155,7 @@ EOS
;;
esac
if [ "$shell" != "fish" ]; then
IFS="|"
cat <<EOS
command="\$1"
@ -171,3 +171,4 @@ cat <
esac
}
EOS
fi

Chargement…
Annuler
Enregistrer