From 9235358bb0c2928b7b1652c5ec474bf66a6ffc8a Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 4 Feb 2018 07:29:02 +0000 Subject: [PATCH] Remove erroneous extra characters --- config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.fish b/config.fish index 945f11c..00b9568 100644 --- a/config.fish +++ b/config.fish @@ -61,7 +61,7 @@ function fish_prompt --description 'Write out the prompt' # Exit Status Formatting set -l prompt_status if test $last_status -ne 0 - set prompt_status " " "$err_color" "[$last_spptatus]" "$normal_color" + set prompt_status " " "$err_color" "[$last_status]" "$normal_color" end # Print Prompt