dotfiles/home/.bash_profile

8 lines
173 B
Bash
Raw Permalink Normal View History

2021-08-26 10:40:51 +02:00
if [ -f "${HOME}/.bashrc" ]; then
source "${HOME}/.bashrc"
fi
if [ -f "${HOME}/.iterm2_shell_integration.bash" ]; then
source "${HOME}/.iterm2_shell_integration.bash"
2014-06-24 14:27:58 +02:00
fi