schneiderfelipe / dotfiles

.--.-. ... -.-. .... -. . .. -.. . .-. ..-. . .-.. .. .--. . / -.. --- . ... / -.. --- - ..-. .. .-.. . ...
https://github.com/schneiderfelipe/dotfiles
4 stars 0 forks source link

Things missing from the lenovo .zshrc #1

Open schneiderfelipe opened 2 years ago

schneiderfelipe commented 2 years ago
# Julia-related stuff
export JULIA_NUM_THREADS=2

# XTB-related stuff
export MKL_NUM_THREADS=2
export OMP_NUM_THREADS=2
export OMP_STACKSIZE=1G
export OMP_MAX_ACTIVE_LEVELS=1
ulimit -s unlimited
export XTBHOME=/opt/xtb
source $XTBHOME/share/xtb/config_env.bash

# NVM-related stuff
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

# Broot-related stuff
source /home/schneider/.config/broot/launcher/bash/br
schneiderfelipe commented 1 year ago

So, basically, configuration for