Skip to content

Commit

Permalink
speedup zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Oct 13, 2024
1 parent 0a42e6b commit 09b56fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ zstyle ":completion:*:*:docker-*:*" option-stacking yes
zstyle ":completion:*" accept-exact "*(N)"
zstyle ":completion:*" use-cache on
zstyle ":completion:*" cache-path ~/.zsh/cache

# speed https://coderwall.com/p/9fksra/speed-up-your-zsh-completions
zstyle ':completion:*' accept-exact '*(N)'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path ~/.zsh/cache

# how often to update omz
# zstyle ":omz:update" frequency 7
zstyle ":completion:*:options" list-colors "=^(-- *)=34"
Expand Down

0 comments on commit 09b56fd

Please sign in to comment.