Skip to content

Commit 7a06d1d

Browse files
committed
fix zcomdump location one more time
1 parent 1389a55 commit 7a06d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.zshrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export ZSH_COMPDUMP="${HOME}/.cache/.zcompdump"
44

55
autoload -Uz compinit
6-
compinit
6+
compinit -d "${ZSH_COMPDUMP}"
77

88
# shellcheck source=/dev/null
99
[ -f ~/.zshrc.local ] && source "${HOME}/.zshrc.local"
@@ -31,7 +31,7 @@ then
3131
fi
3232

3333
# TODO: have no idea how this works, hence added it twice
34-
compinit
34+
compinit -d "${ZSH_COMPDUMP}"
3535

3636
# Path to your oh-my-zsh installation.
3737
if [[ (-n "$ZSH" && -f "$ZSH/oh-my-zsh.sh") || -f "$HOME/.local/share/oh-my-zsh/oh-my-zsh.sh" ]]; then

0 commit comments

Comments
 (0)