diff --git a/fish_prompt.fish b/fish_prompt.fish index 649ec38..408a3b3 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -948,6 +948,12 @@ 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" + echo "> " + return + end + __bobthefish_glyphs __bobthefish_colors $theme_color_scheme