Move PATH settings to .profiles for GNOME shell

This commit is contained in:
Alex Selimov 2025-09-18 23:34:05 -04:00
commit a041bb37be
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
8 changed files with 102 additions and 38 deletions

6
home/.profile Normal file
View file

@ -0,0 +1,6 @@
. "$HOME/.cargo/env"
[ -f "/home/aselimov/.ghcup/env" ] && . "/home/aselimov/.ghcup/env" # ghcup-env
export PATH="$PATH:/usr/local/cuda-12.8/bin:$HOME/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-12.8/lib64"