1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00

Merge pull request #11 from mlew/master

Added support to bash-completion for zsh
This commit is contained in:
Evan Priestley 2012-01-09 13:17:33 -08:00
commit 8cbfa612da

View file

@ -1,3 +1,7 @@
if [[ -n ${ZSH_VERSION-} ]]; then
autoload -U +X bashcompinit && bashcompinit
fi
_arc ()
{
CUR="${COMP_WORDS[COMP_CWORD]}"