minor updates

This commit is contained in:
Alexander Navarro 2024-03-17 20:09:01 -03:00
parent 39d5da142c
commit f43139d032
3 changed files with 46 additions and 2 deletions

View file

@ -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'