]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bash/profile
zsh/rc: Ignore same values in current line for all commands except cp/mv.
[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