ansible-role--bashrc/files/bash_profile

10 lines
97 B
Bash
Raw Permalink Normal View History

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