dotfiles/home/dot_bash_profile
2025-01-22 09:20:19 +01:00

8 lines
144 B
Text

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