jira api token added to the zshrc

This commit is contained in:
parent 844c9efcd5
commit 70227e249f
3 changed files with 4 additions and 0 deletions

1
.env.example Normal file
View File

@ -0,0 +1 @@
JIRA_API_TOKEN=

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
.config/Code/User/profiles/sync .config/Code/User/profiles/sync
.config/Code/DawnWebGPUCache/ .config/Code/DawnWebGPUCache/
.config/jirust/config.toml .config/jirust/config.toml
.env

2
.zshrc
View File

@ -94,6 +94,8 @@ export QSYS_ROOTDIR="/home/goodhumored/intelFPGA/22.1std/quartus/sopc_builder/bi
export LM_LICENSE_FILE=C:\\flexlm\\lic_modelsim.txt export LM_LICENSE_FILE=C:\\flexlm\\lic_modelsim.txt
export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin:$PATH
source .env
source ~/.aliases.sh source ~/.aliases.sh
eval "$(fzf --zsh)" eval "$(fzf --zsh)"