Fix zshrc compinstall path

This commit is contained in:
David Tomaschik
2018-05-02 14:43:34 -07:00
parent 6bf68dfb2e
commit 48477290f0

View File

@@ -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