all repos — archive/dotfiles @ 4d832b9e85bc291cb82e0675fd121799aa639e16

Superseded by nixfiles

zsh: Install Jira plugin
Alan Pearce alan.pearce@spotcap.com
Fri, 15 Jul 2016 09:19:20 +0200
commit

4d832b9e85bc291cb82e0675fd121799aa639e16

parent

7d1dff7136362abe33f9ff6f80efa431013e9c26

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -9,6 +9,10 @@ zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" zplug "alanpearce/zsh-directory-history", at:"dirlog-as-zsh-function", as:command, use:"dirhist"
 zplug "alanpearce/zsh-directory-history", at:"dirlog-as-zsh-function", as:plugin
 zplug "caarlos0/zsh-open-pr", as:plugin
+if [[ ${(SN)HOST%spotcap} ]]
+then
+	zplug "gerges/oh-my-zsh-jira-plus", as:plugin
+fi
 
 WORDCHARS=${${WORDCHARS//[-.]}//[\/]}
 
@@ -95,6 +99,11 @@ if zplug check sindresorhus/pure
 then
 	PURE_GIT_PULL=0
+fi
+
+if zplug check gerges/oh-my-zsh-jira-plus
+then
+	JIRA_RAPID_BOARD=true
 fi
 
 # Then, source plugins and add commands to $PATH