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:
parent
1754e2bbcd
commit
4e24dfb645
1 changed files with 3 additions and 0 deletions
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in a new issue