summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-11-17 15:23:21 +0100
committerAlan Pearce2016-11-17 15:23:21 +0100
commit40025a02c7fab87868aa05bb780d7757d8d89079 (patch)
tree533bb10822f0067c1faa9b6df4617400e3926a73
parent4f3fcb5fb8ec10f47339175a8550166e6036f00f (diff)
downloaddotfiles-40025a02c7fab87868aa05bb780d7757d8d89079.tar.lz
dotfiles-40025a02c7fab87868aa05bb780d7757d8d89079.tar.zst
dotfiles-40025a02c7fab87868aa05bb780d7757d8d89079.zip
zsh: Configure JIRA locally on work machine
-rw-r--r--host-ap-spotcap.local/config/zsh/zshenv.local3
-rw-r--r--tag-zsh/config/zsh/zshrc5
2 files changed, 3 insertions, 5 deletions
diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local
index 55a6031..6341c47 100644
--- a/host-ap-spotcap.local/config/zsh/zshenv.local
+++ b/host-ap-spotcap.local/config/zsh/zshenv.local
@@ -3,3 +3,6 @@ if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]]
 then
   . $HOME/.nix-profile/etc/profile.d/nix.sh;
 fi
+
+JIRA_RAPID_BOARD=true
+JIRA_URL=https://spotcap.atlassian.net
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 7b1439d..b4251ce 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -132,11 +132,6 @@ then
   AUTOENV_LOOK_UPWARDS=1
 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