X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_variables.sh;h=defe2c89679bd27dabc1b371a2b74b1b5054b072;hb=5fb17474d89ad3bfa1b3d9d5fc0a9c9b78a7ff4c;hp=9a0c78caaa3599937d20dbc08c281abfa648ccb0;hpb=8aa18398a5d46124648cdcfe7bdc742f66620627;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index 9a0c78c..defe2c8 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -2,3 +2,8 @@ export PATH=$HOME/bin:/snap/bin:/sbin:/usr/sbin:$PATH export EDITOR=vim export VISUAL=$EDITOR export DIR_GITHUB="${HOME}/Archives/Software/src/repos/remote/github.com" +export DIR_NOTES="$HOME/Documents/Notes" + +# .Net Core +export DOTNET_ROOT=$HOME/.dotnet +export PATH=$PATH:$HOME/.dotnet