From 9a5995c3f342052340702dcd18fab2bcba40da57 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 15 Jul 2016 09:44:29 +0200 Subject: Inline zplug conditional --- tag-zsh/config/zsh/zshrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tag-zsh/config/zsh/zshrc') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 633d70d..2fc024c 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -15,11 +15,7 @@ then fpath=($fpath $ZPLUG_REPOS/spwhitt/nix-zsh-completions) fi -if [[ ${(SN)HOST%spotcap} ]] -then - zplug "gerges/oh-my-zsh-jira-plus", as:plugin -fi - +zplug "gerges/oh-my-zsh-jira-plus", as:plugin, if:"[[ ${(SN)HOST%spotcap} ]]" zplug "hlissner/zsh-autopair", nice:10 WORDCHARS=${${WORDCHARS//[-.]}//[\/]} -- cgit 1.4.1