X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_variables.sh;h=fda5f6228e8256fcff7856b7aa82bdd17ae14cc7;hb=a3f7efea70e474e49d75ba885f091bff9b8c3e59;hp=defe2c89679bd27dabc1b371a2b74b1b5054b072;hpb=065977fd1ef3c535b8589742bd7b19dbf3a49662;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index defe2c8..fda5f62 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -3,7 +3,13 @@ export EDITOR=vim export VISUAL=$EDITOR export DIR_GITHUB="${HOME}/Archives/Software/src/repos/remote/github.com" export DIR_NOTES="$HOME/Documents/Notes" +export DIR_LOG="$HOME/var/log" +export DIR_LOG_MPD="$DIR_LOG/mpd" +export FILE_LOG_MPD="$DIR_LOG_MPD/mpd.log" # .Net Core export DOTNET_ROOT=$HOME/.dotnet export PATH=$PATH:$HOME/.dotnet + +# DPI +. "$HOME/lib/login_variables_dpi.sh"