]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bash/profile
bash: Abort if the shell is not interactive.
[config/dotfiles.git] / bash / profile
1 # Bash login configuration file.
2
3
4 # Load ~/.bashrc if it exists.
5 if [[ -f ~/.bashrc ]]; then
6     . ~/.bashrc
7 fi
8
9 # vim: ft=sh