mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Typo in comment
This commit is contained in:
parent
4190fa2e0d
commit
3e9ce36165
@ -252,7 +252,7 @@ function __bobthefish_prompt_vagrant -d 'Display Vagrant status'
|
||||
set -l __vm_status (VBoxManage showvminfo --machinereadable $i 2>/dev/null | grep 'VMState=' | tr -d '"' | cut -d '=' -f 2)
|
||||
set __vagrant_statuses "$__vagrant_statuses<$__vm_status>"
|
||||
end
|
||||
# Transform statuses to gliphs
|
||||
# Transform statuses to glyphs
|
||||
set __vagrant_statuses ( echo -n $__vagrant_statuses | sed \
|
||||
-e "s#<running>#$__bobthefish_vagrant_running_glyph#g" \
|
||||
-e "s#<poweroff>#$__bobthefish_vagrant_poweroff_glyph#g" \
|
||||
|
Loading…
Reference in New Issue
Block a user