diff options
Diffstat (limited to 'host-ap-spotcap.local/config/zsh/zshenv.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 |