Minor style fixes

This commit is contained in:
Justin Hileman 2017-12-23 05:07:56 -08:00
parent a31e4cea30
commit b49a821a81

View File

@ -394,9 +394,9 @@ function __bobthefish_prompt_vagrant -S -d 'Display Vagrant status'
# .vagrant/machines/$machine/$provider/id
for file in .vagrant/machines/*/*/id
read -l id <$file
read -l id <"$file"
if [ ! -z "$id" ]
if [ -n "$id" ]
switch "$file"
case '*/virtualbox/id'
__bobthefish_prompt_vagrant_vbox $id