]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bash/profile
4c2555220e614eb573cfe8cacc2dff1e06fa7ea4
[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