mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 08:12:40 +01:00
Merge pull request #11 from mlew/master
Added support to bash-completion for zsh
This commit is contained in:
commit
8cbfa612da
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 ()
|
||||
{
|
||||
CUR="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
|
Loading…
Reference in a new issue