From 82cf10b73f445960e19311840288f05f77659fdb Mon Sep 17 00:00:00 2001 From: Joseph Groocock Date: Thu, 31 Mar 2016 03:10:26 +0100 Subject: [PATCH] zshrc: Use envvar $DOTFILES --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f76f83e..2c22f0d 100644 --- a/.zshrc +++ b/.zshrc @@ -78,4 +78,4 @@ ZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]='fg=cyan' ZSH_HIGHLIGHT_STYLES[assign]='none' ZSH_HIGHLIGHT_STYLES[redirection]='none' -source ~/.config/dotfiles/aliases +source $DOTFILES/aliases