jira api token added to the zshrc
This commit is contained in:
parent
a078cff01c
commit
c12ca5035a
1
.env.example
Normal file
1
.env.example
Normal file
@ -0,0 +1 @@
|
|||||||
|
JIRA_API_TOKEN=
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
2
.zshrc
@ -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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user