]> code.delx.au - dotfiles/blob - .bashrc
Convert tabs to spaces
[dotfiles] / .bashrc
1 # We run the environment settings for all shells to ensure it's always set up
2 source "${HOME}/.bash/environment"
3
4 # An interactive shell starting bashrc is not a login shell, just run
5 # interactive setup
6 if [ -n "${PS1}" ]; then
7 source "${HOME}/.bash/interactive"
8 fi