From 32a66de5636bcf1ca7082e05296f75ef9d074e45 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Fri, 14 Feb 2014 03:33:52 +0100 Subject: [PATCH] [bash] Ugly fix for the initial return code in the prompt --- bash/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bashrc b/bash/bashrc index 8f777af..cd39ac8 100755 --- a/bash/bashrc +++ b/bash/bashrc @@ -229,6 +229,7 @@ __set_my_prompt() { # Set the color prompt by default when interactive if [ -n "$PS1" ]; then + true __set_my_prompt export PS1 fi