summaryrefslogtreecommitdiff
path: root/conf/home/.bash_profile
blob: ebd6cb043d5b08dd02dd1f172665e317acf7ffa8 (plain)
1
2
3
4
# Do this or ssh localhost:123 screen -Rx won't source bashrc
if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi