From 62c77644b7a0d7e50e6fd656797eec67ec9e35ed Mon Sep 17 00:00:00 2001 From: Sasha Egorov Date: Tue, 2 Feb 2016 00:24:49 +0400 Subject: [PATCH] Add stopping state --- fish_prompt.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish_prompt.fish b/fish_prompt.fish index 6fbb1c3..d4e8fc6 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -204,6 +204,7 @@ function __bobthefish_prompt_vagrant -S -d 'Display Vagrant status' -e "s##$__bobthefish_vagrant_poweroff_glyph#g" \ -e "s##$__bobthefish_vagrant_aborted_glyph#g" \ -e "s##$__bobthefish_vagrant_saved_glyph#g" \ + -e "s##$__bobthefish_vagrant_stopping_glyph#g" \ -e "s#<>#$__bobthefish_vagrant_unknown_glyph#g" ) # Display status if any status @@ -487,6 +488,7 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' set -l __bobthefish_vagrant_poweroff_glyph \u2193 # ↓ 'poweroff' set -l __bobthefish_vagrant_aborted_glyph \u2715 # ✕ 'aborted' set -l __bobthefish_vagrant_saved_glyph \u21E1 # ⇡ 'saved' + set -l __bobthefish_vagrant_stopping_glyph \u21E3 # ⇣ 'stopping' set -l __bobthefish_vagrant_unknown_glyph '!' # strange cases # Colors