From 7d1dff7136362abe33f9ff6f80efa431013e9c26 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 14 Jul 2016 18:20:50 +0200 Subject: zsh: Set ZPLUG_HOME once --- tag-zsh/config/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-zsh/config') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 3879f6a..6cb21c9 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -1,5 +1,5 @@ # -*- mode: sh; -*- -source ${ZPLUG_HOME:-~/projects/zplug}/init.zsh +source $ZPLUG_HOME/init.zsh zplug "zsh-users/zsh-completions" zplug "mafredri/zsh-async", use:async.zsh -- cgit 1.4.1