minor updates
This commit is contained in:
parent
39d5da142c
commit
f43139d032
3 changed files with 46 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ setopt COMPLETE_IN_WORD # Complete from both ends of a word.
|
|||
setopt GLOB_COMPLETE # Show autocompletion menu with globs
|
||||
setopt MENU_COMPLETE # Automatically highlight first element of completion menu
|
||||
|
||||
fpath+=${ZSH_CUSTOM:-${ZSH:-$XDG_DATA_HOME/oh-my-zsh}/custom}/plugins/zsh-completions/src
|
||||
# fpath+=${ZSH_CUSTOM:-${ZSH:-$XDG_DATA_HOME/oh-my-zsh}/custom}/plugins/zsh-completions/src
|
||||
fpath+=${XDG_CONFIG_HOME:-$DOTS/config}/zsh/completions
|
||||
|
||||
zstyle ':completion:*:descriptions' format '%U%B%d%b%u'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue