Files
build/conf/home/.bash_profile
T
2013-03-12 16:22:38 +00:00

5 lines
105 B
Bash

# Do this or ssh localhost:123 screen -Rx won't source bashrc
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi