mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(gem): regression with gem completion (#12735)
This commit is contained in:
@@ -11,7 +11,7 @@ function gemy {
|
||||
if [[ ! -f "$ZSH_CACHE_DIR/completions/_gem" ]]; then
|
||||
typeset -g -A _comps
|
||||
autoload -Uz _gem
|
||||
_comps[docker]=_gem
|
||||
_comps[gem]=_gem
|
||||
fi
|
||||
|
||||
# zsh 5.5 already provides completion for `_gem`. With this we ensure that
|
||||
|
||||
Reference in New Issue
Block a user