Quick autocompletion for VBoxManage command:
_VBoxManage() {
reply=(`VBoxManage 2>&1|awk '/VBoxManage [a-z]/ {print $2}'|uniq`)
}
compctl -K _VBoxManage VBoxManage

Just put it into your .zshrc file.

 

Hi! Glad to see you here.

 

© 2012 Blog Suffusion theme by Sayontan Sinha