all repos — archive/dotfiles @ 791213e75647812be5fa1e4ba9ee3a751cf9ab2e

Superseded by nixfiles

zsh: Remove oh-my-zsh-jira-plus
Alan Pearce alan@alanpearce.uk
Tue, 25 Apr 2017 14:25:41 +0200
commit

791213e75647812be5fa1e4ba9ee3a751cf9ab2e

parent

509bad987a184c1baa2600a2b1285b84c3977e72

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

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -14,7 +14,6 @@ zplug "spwhitt/nix-zsh-completions", as:plugin   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
@@ -123,12 +122,6 @@ if [[ -z $SSH_AUTH_SOCK && $commands[ssh-agent] ]]
 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