remove explicit references to homedir path

This commit is contained in:
2023-07-21 21:58:36 -04:00
parent c9c615a2db
commit 76cea58fb0
3 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ unsetopt beep
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/joel/.zshrc'
zstyle :compinstall filename "$ZDOTDIR/.zshrc"
autoload -Uz compinit
compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"