1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-19 16:38:51 +02:00

Add support for zsh completion to bash-completion

This commit is contained in:
Mark Lewandowski 2012-01-09 11:52:51 -08:00
parent d359532842
commit 0c7c52381d

View file

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