From aaf092a8ac3761d155a7ab35f6ad8d59aa1e3db3 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Tue, 18 Feb 2014 13:39:25 +0100 Subject: [PATCH] [bash] Really fix the initial return code in the prompt --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index 8f777af..7da61fc 100755 --- a/bash/bashrc +++ b/bash/bashrc @@ -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