switch to zsh
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
fpath=(~/.zfunc $fpath)
|
||||
|
||||
# Cache compinit: only regenerate dump once daily
|
||||
autoload -Uz compinit
|
||||
if [[ -n ${ZDOTDIR:-$HOME}/.zcompdump(#qN.mh+24) ]]; then
|
||||
compinit
|
||||
else
|
||||
compinit -C
|
||||
fi
|
||||
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
||||
zstyle ':completion:*' menu select
|
||||
zstyle ':completion:*' squeeze-slashes true
|
||||
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
|
||||
zstyle ':completion:*:descriptions' format '%F{cyan}-- %d --%f'
|
||||
zstyle ':completion:*:warnings' format '%F{red}-- no matches --%f'
|
||||
Reference in New Issue
Block a user