Add GTK3 and QT5 HiDPI scaling variables
[khome.git] / home / lib / login_variables.sh
index 9a0c78c..9d07f45 100644 (file)
@@ -2,3 +2,11 @@ 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"
This page took 0.029045 seconds and 4 git commands to generate.