Explorar el Código

Merge pull request #1912 from native-api/profile_sources_rc

Add a hint for cases when ~/.profile sources ~/.rc
pull/1919/head
Anton Petrov hace 5 años
cometido por GitHub
padre
commit
fd3c891d76
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      libexec/pyenv-init

+ 4
- 0
libexec/pyenv-init Ver fichero

@ -128,6 +128,10 @@ function help_() {
;;
esac
echo
echo '# If your ~/.profile sources '"${profile}"','
echo '# the lines should be inserted before the part'
echo '# that does that.'
echo
echo '# Make sure to restart your entire logon session'
echo '# for changes to ~/.profile to take effect.'
echo

Cargando…
Cancelar
Guardar