|
@@ -1,7 +1,9 @@
|
|
|
# Bash paths and env variables
|
|
|
HOME=/home/cmte; export HOME
|
|
|
GOPATH=/home/cmte/go; export GOPATH
|
|
|
-
|
|
|
+BUN_INSTALL=/home/cmte/.bun; export BUN_INSTALL
|
|
|
# Set $PATH
|
|
|
[ -f /etc/profile ] && . /etc/profile
|
|
|
-PATH=$PATH:$HOME/.bin:$HOME/.local/bin:$GOPATH/bin:/usr/local/cuda/bin:/usr/local/go/bin; export PATH
|
|
|
+PATH=$PATH:$HOME/.bin:$HOME/.local/bin:$GOPATH/bin:/usr/local/cuda/bin:/usr/local/go/bin:$HOME/.dotnet; export PATH
|
|
|
+PATH=$PATH:/opt/idea-IC-212.5457.46/bin/; export PATH
|
|
|
+PATH=$PATH:$BUN_INSTALL/bin; export PATH
|