all repos — archive/dotfiles @ 40025a02c7fab87868aa05bb780d7757d8d89079

Superseded by nixfiles

zsh: Configure JIRA locally on work machine
Alan Pearce alan@alanpearce.uk
Thu, 17 Nov 2016 15:23:21 +0100
commit

40025a02c7fab87868aa05bb780d7757d8d89079

parent

4f3fcb5fb8ec10f47339175a8550166e6036f00f

2 files changed, 3 insertions(+), 5 deletions(-)

jump to
M host-ap-spotcap.local/config/zsh/zshenv.localhost-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
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -132,11 +132,6 @@ AUTOENV_HANDLE_LEAVE=1   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