1

Remove erroneous extra characters

This commit is contained in:
Jessie Hildebrandt 2018-02-04 07:29:02 +00:00
parent be5162cc6a
commit 9235358bb0

View File

@ -61,7 +61,7 @@ function fish_prompt --description 'Write out the prompt'
# Exit Status Formatting # Exit Status Formatting
set -l prompt_status set -l prompt_status
if test $last_status -ne 0 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 end
# Print Prompt # Print Prompt