Skip to content

Instantly share code, notes, and snippets.

@chrolis
Created January 6, 2020 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrolis/72f1005fd96aa29ad24115609c17f0f7 to your computer and use it in GitHub Desktop.
Save chrolis/72f1005fd96aa29ad24115609c17f0f7 to your computer and use it in GitHub Desktop.
zshrc
fpath+=(~/.zsh/completion)
zstyle ':completion:*' use-cache true
zstyle ':completion:*:default' menu select=1
#zstyle ':completion:*' menu select
zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}'
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
source ~/.zplugin/bin/zplugin.zsh
zplugin ice blockf
zplugin light zsh-users/zsh-completions
zplugin light zsh-users/zsh-autosuggestions
zplugin light zsh-users/zsh-history-substring-search
zplugin ice wait'0' atinit'zpcompinit; zpcdreplay'
zplugin light zsh-users/zsh-syntax-highlighting
zplugin snippet /usr/local/opt/fzf/shell/completion.zsh
zplugin light changyuheng/zsh-interactive-cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment