1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 13:16:04 +00:00

Add Julia/Git variable to environment

This commit is contained in:
Thomas A. Christensen II 2022-11-19 15:57:55 -06:00
parent 1754e2bbcd
commit 4e24dfb645
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -58,5 +58,8 @@ export SINGULARITY_CACHEDIR=/90daydata/shared/$USER/.singularity
# Give Julia full CPU access
export JULIA_NUM_THREADS=$(nproc)
# Make Julia use preinstalled Git
JULIA_PKG_USE_CLI_GIT=true
# Make NCBI happy
export NCBI_API_KEY='{{ (bitwarden "item" "7d42eba0-c256-4d3b-8d0e-adbf016a08f8").login.password }}'