summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rw-r--r--tag-zsh/config/zsh/zshrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 6cb21c9..33ebe66 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-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//[-.]}//[\/]}
 
@@ -97,6 +101,11 @@ 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
 zplug load