dotfiles/.bash_profile
Michael Grote f81b8e2e75 add bash_profile, need in rhel
Signed-off-by: Michael Grote <michael.grote@dataport.de>
2024-10-10 14:35:07 +02:00

8 lines
148 B
Bash

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs