From b089ef626d6379ed41d29f37981ad065dd9eb6db Mon Sep 17 00:00:00 2001 From: Scott Perry Date: Wed, 1 May 2013 01:00:14 -0700 Subject: [PATCH] Sane initial value for status_info --- themes/numist/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/numist/fish_prompt.fish b/themes/numist/fish_prompt.fish index 05b49ba..8d32a61 100644 --- a/themes/numist/fish_prompt.fish +++ b/themes/numist/fish_prompt.fish @@ -78,7 +78,7 @@ function fish_prompt end # Last command - set -l status_info + set -l status_info "" if [ $last_status -ne 0 ] set status_info "$red""command failed with status: $last_status" end