From 48477290f0138af08710cf1d9a4f9225970736a7 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 2 May 2018 14:43:34 -0700 Subject: [PATCH] Fix zshrc compinstall path --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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