]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bash/profile
host/rc.rammstein: Remove screen attachment.
[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