mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 12:43:30 +02:00
8 lines
216 B
Bash
8 lines
216 B
Bash
export COLUMNS=149
|
|
export JIRA_LOG_FORMAT="%{level:-5s} %{message}"
|
|
export ENDPOINT="https://go-jira.atlassian.net"
|
|
export GNUPGHOME=$(pwd)/.gnupg
|
|
export PASSWORD_STORE_DIR=$(pwd)/.password-store
|
|
export JIRACLOUD=1
|
|
|