diff options
author | Alan Pearce | 2017-04-25 14:25:41 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-25 14:25:41 +0200 |
commit | 791213e75647812be5fa1e4ba9ee3a751cf9ab2e (patch) | |
tree | ffa284e0aae0a7752c666fdcbf590f1a2cd84d78 | |
parent | 509bad987a184c1baa2600a2b1285b84c3977e72 (diff) | |
download | nixfiles-791213e75647812be5fa1e4ba9ee3a751cf9ab2e.tar.lz nixfiles-791213e75647812be5fa1e4ba9ee3a751cf9ab2e.tar.zst nixfiles-791213e75647812be5fa1e4ba9ee3a751cf9ab2e.zip |
zsh: Remove oh-my-zsh-jira-plus
-rw-r--r-- | zsh/.config/zsh/.zshrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 1ef6a7ae..c8db8f66 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 |