dotfiles/bash/.bash_profile
2023-04-19 11:38:24 +02:00

9 lines
141 B
Bash

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