dotfiles/bash/.bash_profile

6 lines
117 B
Bash
Raw Normal View History

[ -f "$HOME/.profile" ] && . "$HOME/.profile"
case "$-" in
*i*) [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" ;;
esac