Sane initial value for status_info

pull/2/head
Scott Perry 12 years ago
parent 5a38bf4294
commit b089ef626d

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

Loading…
Cancel
Save