1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 19:03:09 +00:00

Update dot_envvar.tmpl

This commit is contained in:
Thomas A. Christensen II 2021-10-12 17:02:27 -05:00
parent 3fd743908c
commit 58344c1e30

View file

@ -57,3 +57,6 @@ NXF_CACHE=/90daydata/share/$USER/.singularity
# Give Julia full CPU access
export JULIA_NUM_THREADS=$(nproc)
# Make NCBI happy
export NCBI_API_KEY='{{ (bitwarden "item" "7d42eba0-c256-4d3b-8d0e-adbf016a08f8").login.password }}'