mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Minor style fixes
This commit is contained in:
parent
a31e4cea30
commit
b49a821a81
@ -394,9 +394,9 @@ function __bobthefish_prompt_vagrant -S -d 'Display Vagrant status'
|
|||||||
|
|
||||||
# .vagrant/machines/$machine/$provider/id
|
# .vagrant/machines/$machine/$provider/id
|
||||||
for file in .vagrant/machines/*/*/id
|
for file in .vagrant/machines/*/*/id
|
||||||
read -l id <$file
|
read -l id <"$file"
|
||||||
|
|
||||||
if [ ! -z "$id" ]
|
if [ -n "$id" ]
|
||||||
switch "$file"
|
switch "$file"
|
||||||
case '*/virtualbox/id'
|
case '*/virtualbox/id'
|
||||||
__bobthefish_prompt_vagrant_vbox $id
|
__bobthefish_prompt_vagrant_vbox $id
|
||||||
|
Loading…
Reference in New Issue
Block a user