dotfiles/bash_profile
Fernando Schauenburg 2cb7e0fb1e [bash] move configuration to .bashrc
Since now the .bashrc is source from .bash_profile, the end result in
terms of what gets executed is the same. However, it is quicker to type
`vim .bashrc` when changing settings.
2017-02-04 16:41:33 +01:00

2 lines
33 B
Bash

[ -f ~/.bashrc ] && . ~/.bashrc