diff options
author | Alan Pearce | 2016-11-17 15:23:21 +0100 |
---|---|---|
committer | Alan Pearce | 2016-11-17 15:23:21 +0100 |
commit | 40025a02c7fab87868aa05bb780d7757d8d89079 (patch) | |
tree | 533bb10822f0067c1faa9b6df4617400e3926a73 /host-ap-spotcap.local | |
parent | 4f3fcb5fb8ec10f47339175a8550166e6036f00f (diff) | |
download | nixfiles-40025a02c7fab87868aa05bb780d7757d8d89079.tar.lz nixfiles-40025a02c7fab87868aa05bb780d7757d8d89079.tar.zst nixfiles-40025a02c7fab87868aa05bb780d7757d8d89079.zip |
zsh: Configure JIRA locally on work machine
Diffstat (limited to 'host-ap-spotcap.local')
-rw-r--r-- | host-ap-spotcap.local/config/zsh/zshenv.local | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local index 55a6031d..6341c476 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 |