The .bashrc isn't sourced when I log in using SSH

From LWP-Wiki
Revision as of 16:52, 10 February 2015 by Chris (talk | contribs) (Created page with "Category:remotexs-faq No, but ~/.bash_profile ''is'', so you can make that read: if [ -f ~/.bashrc ]; then . ~/.bashrc fi")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

No, but ~/.bash_profile is, so you can make that read:

if [ -f ~/.bashrc ]; then
   . ~/.bashrc
fi