SelimovDE/home/.profile

17 lines
456 B
Text
Raw Permalink Normal View History

. "$HOME/.cargo/env"
[ -f "/home/aselimov/.ghcup/env" ] && . "/home/aselimov/.ghcup/env" # ghcup-env
2026-03-26 22:36:22 -04:00
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"
2026-03-26 22:36:22 -04:00
# Added by LM Studio CLI (lms)
export PATH="$PATH:/Users/aselimov/.lmstudio/bin"
# End of LM Studio CLI section