diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-02-15 09:45:02 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-02-15 09:45:02 +0100 |
commit | f1c5914b42352c44a649f4792fdb4e8360a467f3 (patch) | |
tree | 12ca02a6e24b9ce38a0f1ddca23767dc65a8aa99 | |
parent | 138d3501845aba995966c414692314ea8a5a1a01 (diff) |
load bashrc
-rw-r--r-- | bash/.bash_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index f979822..9f5775b 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -6,3 +6,7 @@ PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\ if [ -f .bash_aliases ] ; then . .bash_aliases fi + +if [ -f .bashrc ]; then + . .bashrc +fi |