ansible-role--bashrc/files/bash_profile

10 lines
97 B
Bash
Raw Normal View History

2015-11-17 23:57:38 +00:00
##
## BASH PROFILE - Only for login shells
##
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi