X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_variables.sh;h=f6d0a82129353d87043a1a16d0683492c1b38ef6;hb=7cdde8d9423977baf5236ecc5497f72dbbea8890;hp=f219bad3a3f78ef94a8cdcc427a3b25a79ad25e5;hpb=f7352c489dce80fbc3a1ae532b205726098f8ab4;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index f219bad..f6d0a82 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -1,4 +1,4 @@ -export PATH=$HOME/bin:/snap/bin:/sbin:/usr/sbin:$PATH +export PATH=$HOME/bin:$HOME/.local/bin:$HOME/go/bin:/snap/bin:/sbin:/usr/sbin:$PATH export EDITOR=vim export VISUAL=$EDITOR export DIR_GITHUB="${HOME}/Archives/Software/src/repos/remote/github.com" @@ -10,6 +10,9 @@ export DIR_LOG_MPD="$DIR_LOG/mpd" export FILE_LOG_MPD="$DIR_LOG_MPD/mpd.log" export FILE_VIDEO_CATALOG="$DIR_VIDEO/catalog" +export NQDIR="$HOME/var/run/nq" +mkdir -p "$NQDIR" + # .Net Core export DOTNET_ROOT=$HOME/.dotnet export PATH=$PATH:$HOME/.dotnet