We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1389a55 commit 7a06d1dCopy full SHA for 7a06d1d
.zshrc
@@ -3,7 +3,7 @@
3
export ZSH_COMPDUMP="${HOME}/.cache/.zcompdump"
4
5
autoload -Uz compinit
6
-compinit
+compinit -d "${ZSH_COMPDUMP}"
7
8
# shellcheck source=/dev/null
9
[ -f ~/.zshrc.local ] && source "${HOME}/.zshrc.local"
@@ -31,7 +31,7 @@ then
31
fi
32
33
# TODO: have no idea how this works, hence added it twice
34
35
36
# Path to your oh-my-zsh installation.
37
if [[ (-n "$ZSH" && -f "$ZSH/oh-my-zsh.sh") || -f "$HOME/.local/share/oh-my-zsh/oh-my-zsh.sh" ]]; then
0 commit comments