Sane initial value for status_info

This commit is contained in:
Scott Perry 2013-05-01 01:00:14 -07:00
parent 5a38bf4294
commit b089ef626d

View File

@ -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