~.bashrc will be executed on terminal emulators like rxvt, xterm...
/etc/profile and ~.bash_profile will be executed on login shells
The only thing I need to do was editing my ~/.bashrc to source /etc/profile:
# vi ~/.bashrc
. /etc/profile
And then all PATH etc. variables are available again. All to easy!
No comments:
Post a Comment