summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-04-25 14:25:41 +0200
committerAlan Pearce2017-04-25 14:25:41 +0200
commit791213e75647812be5fa1e4ba9ee3a751cf9ab2e (patch)
treeffa284e0aae0a7752c666fdcbf590f1a2cd84d78 /zsh
parent509bad987a184c1baa2600a2b1285b84c3977e72 (diff)
downloaddotfiles-791213e75647812be5fa1e4ba9ee3a751cf9ab2e.tar.lz
dotfiles-791213e75647812be5fa1e4ba9ee3a751cf9ab2e.tar.zst
dotfiles-791213e75647812be5fa1e4ba9ee3a751cf9ab2e.zip
zsh: Remove oh-my-zsh-jira-plus
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 1ef6a7a..c8db8f6 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -14,7 +14,6 @@ then
   fpath=($fpath $ZPLUG_REPOS/spwhitt/nix-zsh-completions)
 fi
 
-zplug "gerges/oh-my-zsh-jira-plus", as:plugin, if:"[[ ${(SN)HOST%spotcap} ]]"
 zplug "plugins/yarn", from:oh-my-zsh, defer:2, if:"[[ -n $commands[yarn] ]]", defer:2
 zplug "lukechilds/zsh-better-npm-completion", if:"[[ -n $commands[npm] ]]", defer:2
 zplug "hlissner/zsh-autopair", defer:2
@@ -125,12 +124,6 @@ then
   eval $(ssh-agent)
 fi
 
-if zplug check gerges/oh-my-zsh-jira-plus
-then
-  JIRA_RAPID_BOARD=true
-  JIRA_URL=https://spotcap.atlassian.net
-fi
-
 # Then, source plugins and add commands to $PATH
 zplug load