blob: 6341c4766e640936ab9d17758bbb0f5031a0e6bd (
plain)
1
2
3
4
5
6
7
8
|
# -*- mode: sh; -*-
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
|