Minor cleanup

This commit is contained in:
Justin Hileman 2019-03-26 07:52:05 -07:00
parent 2c560f8c17
commit ac45a5cb95

View File

@ -966,15 +966,15 @@ end
# ==============================
function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
# Save the last status for later (do this before the `set` calls below)
set -l last_status $status
# Use a simple prompt on dumb terminals.
if test $TERM = "dumb"
if [ "$TERM" = "dumb" ]
echo "> "
return
end
# Save the last status for later (do this before the `set` calls below)
set -l last_status $status
__bobthefish_glyphs
__bobthefish_colors $theme_color_scheme