Add .zsh extension to zcompdumps
This commit is contained in:
parent
cb917cbfb6
commit
d266498953
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
typeset -A ZINIT
|
typeset -A ZINIT
|
||||||
ZINIT[HOME_DIR]=${XDG_CACHE_HOME:-~/.cache}/zinit
|
ZINIT[HOME_DIR]=${XDG_CACHE_HOME:-~/.cache}/zinit
|
||||||
ZINIT[BIN_DIR]=${ZINIT[HOME_DIR]}/zinit.git
|
ZINIT[BIN_DIR]=${ZINIT[HOME_DIR]}/zinit.git
|
||||||
ZINIT[ZCOMPDUMP_PATH]=${XDG_CACHE_HOME:-~/.cache}/zsh/zcompdump
|
ZINIT[ZCOMPDUMP_PATH]=${XDG_CACHE_HOME:-~/.cache}/zsh/zcompdump.zsh
|
||||||
|
|
||||||
if [[ -e ${ZINIT[HOME_DIR]}/module/Src/zdharma_continuum/zinit.so ]]; then
|
if [[ -e ${ZINIT[HOME_DIR]}/module/Src/zdharma_continuum/zinit.so ]]; then
|
||||||
module_path+=( ${ZINIT[HOME_DIR]}/module/Src )
|
module_path+=( ${ZINIT[HOME_DIR]}/module/Src )
|
||||||
|
|
Loading…
Reference in a new issue