Update .NET vars and aliases
[khome.git] / home / lib / login_variables.sh
index 9a0c78c..ea77c6c 100644 (file)
@@ -2,3 +2,7 @@ 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"
+
+# .Net Core
+export DOTNET_ROOT=$HOME/.dotnet
+export PATH=$PATH:$HOME/.dotnet
This page took 0.123965 seconds and 4 git commands to generate.