# This file is maintained at http://git.mdcc.cx/draai Note for zsh users ------------------ Draai comes with a zsh completion function, installed in /usr/share/zsh/site-functions. If you'd like to use the draai tabcompletion, make sure this directory is in your $fpath. If it isn't, add _sitecompdir=/usr/share/zsh/site-functions [[ -z $fpath[(r)$_sitecompdir] ]] && fpath=($fpath $_sitecompdir) to your ~/.zshrc. (See http://bugs.debian.org/559556 for some rationale of this.) Run compinit after installation of draai.