1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] Really fix the initial return code in the prompt

This commit is contained in:
Hyacinthe Cartiaux 2014-02-18 13:39:25 +01:00
parent 77061eb9a8
commit aaf092a8ac

View file

@ -276,5 +276,5 @@ fi
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
# RVM specific (see http://beginrescueend.com/)
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" || true