Преглед изворни кода
Merge pull request #1912 from native-api/profile_sources_rc
Add a hint for cases when ~/.profile sources ~/.rc
pull/1919/head
Anton Petrov
пре 5 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
4 додато и
0 уклоњено
-
libexec/pyenv-init
|
|
|
@ -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 |
|
|
|
|