The .bashrc isn't sourced when I log in using SSH
Jump to navigation
Jump to search
No, but ~/.bash_profile is, so you can make that read:
if [ -f ~/.bashrc ]; then . ~/.bashrc fi
No, but ~/.bash_profile is, so you can make that read:
if [ -f ~/.bashrc ]; then . ~/.bashrc fi