latest config changes

This commit is contained in:
Alex Selimov 2026-03-26 22:36:22 -04:00
parent 86f31edec2
commit a14e1172d9
5 changed files with 92 additions and 7 deletions

View file

@ -2,5 +2,15 @@
[ -f "/home/aselimov/.ghcup/env" ] && . "/home/aselimov/.ghcup/env" # ghcup-env
export PATH="$PATH:/usr/local/cuda-12.8/bin:$HOME/bin:$HOME/.local/bin"
export PATH="$PATH:$HOME/.local/bin"
if [ "$(uname)" = "Darwin" ]; then
export PATH="$HOME/bin:/opt/homebrew/opt/gnu-sed/libexec/gnubin:/opt/homebrew/bin:$PATH"
fi
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-12.8/lib64"
# Added by LM Studio CLI (lms)
export PATH="$PATH:/Users/aselimov/.lmstudio/bin"
# End of LM Studio CLI section