X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_variables.sh;h=9d07f456c1b41a7fe612a0877aaf59e7052663d6;hb=bd5012ceaf0850093aef23559ea72aaca92c8582;hp=3b427d0a2e2bed942746318cc28c1b70aa2477b7;hpb=a68d5744f8758fc77c34c612edac06dbc0bea129;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index 3b427d0..9d07f45 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -1,3 +1,12 @@ 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 + +# DPI +. "$HOME/lib/login_variables_dpi.sh"