diff --git a/dotfiles/zshrc b/dotfiles/zshrc index eb8f631..0eb3c1f 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -7,7 +7,7 @@ unsetopt beep histbeep listbeep flowcontrol bindkey -e # Completion -zstyle :compinstall filename '/home/david/.zshrc' +zstyle :compinstall filename "${HOME}/.zshrc" autoload -Uz compinit && compinit DIRSTACKSIZE=16