mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
fix(gem): regression with gem completion
This commit is contained in:
parent
2a109d30af
commit
a6f647189c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function gemy {
|
||||||
if [[ ! -f "$ZSH_CACHE_DIR/completions/_gem" ]]; then
|
if [[ ! -f "$ZSH_CACHE_DIR/completions/_gem" ]]; then
|
||||||
typeset -g -A _comps
|
typeset -g -A _comps
|
||||||
autoload -Uz _gem
|
autoload -Uz _gem
|
||||||
_comps[docker]=_gem
|
_comps[gem]=_gem
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# zsh 5.5 already provides completion for `_gem`. With this we ensure that
|
# zsh 5.5 already provides completion for `_gem`. With this we ensure that
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue