mirror of
				https://github.com/oh-my-fish/theme-bobthefish.git
				synced 2025-06-13 13:03:54 +00:00 
			
		
		
		
	Merge pull request #20 from sashaegorov/meet-vagrant
Add <stopping> to Vagrant state indicator
This commit is contained in:
		
						commit
						cbac6362f9
					
				| @ -204,6 +204,7 @@ function __bobthefish_prompt_vagrant -S -d 'Display Vagrant status' | |||||||
|       -e "s#<poweroff>#$__bobthefish_vagrant_poweroff_glyph#g" \ |       -e "s#<poweroff>#$__bobthefish_vagrant_poweroff_glyph#g" \ | ||||||
|       -e "s#<aborted>#$__bobthefish_vagrant_aborted_glyph#g" \ |       -e "s#<aborted>#$__bobthefish_vagrant_aborted_glyph#g" \ | ||||||
|       -e "s#<saved>#$__bobthefish_vagrant_saved_glyph#g" \ |       -e "s#<saved>#$__bobthefish_vagrant_saved_glyph#g" \ | ||||||
|  |       -e "s#<stopping>#$__bobthefish_vagrant_stopping_glyph#g" \ | ||||||
|       -e "s#<>#$__bobthefish_vagrant_unknown_glyph#g" |       -e "s#<>#$__bobthefish_vagrant_unknown_glyph#g" | ||||||
|       ) |       ) | ||||||
|     # Display status if any status |     # 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_poweroff_glyph  \u2193 # ↓ 'poweroff' | ||||||
|   set -l __bobthefish_vagrant_aborted_glyph   \u2715 # ✕ 'aborted' |   set -l __bobthefish_vagrant_aborted_glyph   \u2715 # ✕ 'aborted' | ||||||
|   set -l __bobthefish_vagrant_saved_glyph     \u21E1 # ⇡ 'saved' |   set -l __bobthefish_vagrant_saved_glyph     \u21E1 # ⇡ 'saved' | ||||||
|  |   set -l __bobthefish_vagrant_stopping_glyph  \u21E3 # ⇣ 'stopping' | ||||||
|   set -l __bobthefish_vagrant_unknown_glyph   '!'    # strange cases |   set -l __bobthefish_vagrant_unknown_glyph   '!'    # strange cases | ||||||
| 
 | 
 | ||||||
|   # Colors |   # Colors | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user