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.
Feb 272012
Feb 132012
Hi! Glad to see you here.
Recent Comments