From b6f4a9d1c20c0edb7d028aede13e27bf10f08637 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Jul 2016 22:14:30 +0200 Subject: zsh: Limit loaded files in async/pure --- tag-zsh/config/zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag-zsh/config/zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 0004ec7..25bccf9 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -2,8 +2,8 @@ source ${ZPLUG_HOME:-~/projects/zplug}/init.zsh zplug "zsh-users/zsh-completions" -zplug "mafredri/zsh-async" -zplug "sindresorhus/pure", on:"mafredri/zsh-async" +zplug "mafredri/zsh-async", use:async.zsh +zplug "sindresorhus/pure", on:"mafredri/zsh-async", as:plugin, use:pure.zsh zplug "Tarrasch/zsh-autoenv", as:plugin zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" zplug "tymm/zsh-directory-history", as:command, use:"dir{hist,log}" -- cgit 1.4.1