Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Things missing from the lenovo .zshrc #1

Open
schneiderfelipe opened this issue Feb 20, 2022 · 1 comment
Open

Things missing from the lenovo .zshrc #1

schneiderfelipe opened this issue Feb 20, 2022 · 1 comment

Comments

@schneiderfelipe
Copy link
Owner

# 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
Copy link
Owner Author

So, basically, configuration for

  • Julia
  • xTB
  • NVM (using fnm now at least as early as 40225e8)
  • Broot (solved at least as early as f9f9df2)

@schneiderfelipe schneiderfelipe pinned this issue Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant