ansible-role--bash/files/bash_profile

10 lines
97 B
Bash
Raw Normal View History

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