Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Remove `exit 0` from initialization code of fish
pull/215/head
Yamashita Yuu
12 anos atrás
pai
0468ffdd49
commit
6f761f8159
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-1
libexec/pyenv-init
+ 2
- 1
libexec/pyenv-init
Ver arquivo
@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar