baskerville / owlman

A pacman and cower wrapper
The Unlicense
24 stars 4 forks source link

ZSH completions #11

Closed mrak closed 10 years ago

mrak commented 11 years ago

Enhancement tag?

First, I love owl. Second, add zsh completions please. I'm currently having to do this in my ~/.zshrc:

autoload -U bashcompinit && bashcompinit -i
source /etc/bash_completion.d/owl

Which works fine, but it's not optimal.