build/conf/home/.bash_profile

5 lines
105 B
Bash
Raw Normal View History

2014-11-02 09:42:47 +01:00
# Do this or ssh localhost:123 screen -Rx won't source bashrc
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi