Add a hint for cases when ~/.profile sources ~/.rc

Our ~/.rc logic must run after the ~/.profile one
This commit is contained in:
Ivan Pozdeev 2021-05-10 04:39:45 +03:00
parent f0a8e72c36
commit da9392fd09

View file

@ -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