Move PATH settings to .profiles for GNOME shell
This commit is contained in:
commit
a041bb37be
8 changed files with 102 additions and 38 deletions
6
home/.profile
Normal file
6
home/.profile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue