diff options
author | Alan Pearce | 2016-07-14 18:20:50 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-14 18:20:50 +0200 |
commit | 7d1dff7136362abe33f9ff6f80efa431013e9c26 (patch) | |
tree | dc9265b192e5f66cf0dd7f26e3fd838d915ded43 /tag-zsh/config | |
parent | a8dec38180ea0fc6f9b509b32c1963a220c829c1 (diff) | |
download | nixfiles-7d1dff7136362abe33f9ff6f80efa431013e9c26.tar.lz nixfiles-7d1dff7136362abe33f9ff6f80efa431013e9c26.tar.zst nixfiles-7d1dff7136362abe33f9ff6f80efa431013e9c26.zip |
zsh: Set ZPLUG_HOME once
Diffstat (limited to 'tag-zsh/config')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 3879f6a0..6cb21c94 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 |