mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Add support for zsh completion to bash-completion
This commit is contained in:
parent
d359532842
commit
0c7c52381d
1 changed files with 4 additions and 0 deletions
|
@ -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]}"
|
||||||
|
|
Loading…
Reference in a new issue