Commit b089ef62 authored by Scott Perry's avatar Scott Perry

Sane initial value for status_info

parent 5a38bf42
...@@ -78,7 +78,7 @@ function fish_prompt ...@@ -78,7 +78,7 @@ function fish_prompt
end end
# Last command # Last command
set -l status_info set -l status_info ""
if [ $last_status -ne 0 ] if [ $last_status -ne 0 ]
set status_info "$red""command failed with status: $last_status" set status_info "$red""command failed with status: $last_status"
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment