summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2016-07-14 18:20:50 +0200
committerAlan Pearce2016-07-14 18:20:50 +0200
commit7d1dff7136362abe33f9ff6f80efa431013e9c26 (patch)
treedc9265b192e5f66cf0dd7f26e3fd838d915ded43 /tag-zsh/config
parenta8dec38180ea0fc6f9b509b32c1963a220c829c1 (diff)
downloaddotfiles-7d1dff7136362abe33f9ff6f80efa431013e9c26.tar.lz
dotfiles-7d1dff7136362abe33f9ff6f80efa431013e9c26.tar.zst
dotfiles-7d1dff7136362abe33f9ff6f80efa431013e9c26.zip
zsh: Set ZPLUG_HOME once
Diffstat (limited to 'tag-zsh/config')
-rw-r--r--tag-zsh/config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
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