diff options
author | Ekaitz Zárraga <ekaitz.zarraga@fon.com> | 2016-02-12 16:03:44 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@fon.com> | 2016-02-12 16:03:44 +0100 |
commit | 1286ecfacadf68490707418db8ea9e19965cf0c5 (patch) | |
tree | 242cb5af031c84a15b873cad0a2cfc57f06e09be /bash/.bash_profile | |
parent | d9349e417b3ec96d4a63d34888739aa967e1cdd9 (diff) |
Add aliases to bash_profile
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index dc67a0c..f979822 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -3,3 +3,6 @@ source ~/.git-prompt.sh #PS1="\[$GREEN\]\t\[$RED\]-\[$BLUE\]\u\[$YELLOW\]\[$YELLOW\]\w\[\033[m\]\[$MAGENTA\]\$(__git_ps1)\[$WHITE\]\$ " PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$(__git_ps1)\[$WHITE\]\$ " +if [ -f .bash_aliases ] ; then + . .bash_aliases +fi |