ansible-role--bash/files/bash_profile
2024-07-12 14:12:40 +02:00

10 lines
97 B
Bash

##
## BASH PROFILE - Only for login shells
##
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi