X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_variables.sh;h=f219bad3a3f78ef94a8cdcc427a3b25a79ad25e5;hb=f7352c489dce80fbc3a1ae532b205726098f8ab4;hp=403a89b2a084f2f05f2aed6a45f863265aae9d81;hpb=5fd6cb5cf3cd50337b55b5c78dc8b64e13f0e625;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index 403a89b..f219bad 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -2,11 +2,13 @@ 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_YOUTUBE="${HOME}/Archives/Videos/Web/youtube.com" +export DIR_VIDEO="${HOME}/Archives/Videos" +export DIR_YOUTUBE="${DIR_VIDEO}/Web/youtube.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" +export FILE_VIDEO_CATALOG="$DIR_VIDEO/catalog" # .Net Core export DOTNET_ROOT=$HOME/.dotnet