ansible-role--bash/files/bash_profile

10 lines
97 B
Bash
Raw Permalink Normal View History

2024-07-12 12:12:40 +00:00
##
## BASH PROFILE - Only for login shells
##
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi