X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=sidebyside;f=home%2Flib%2Flogin_variables.sh;h=95df0a5f33b133734810aa3b37fe697fd389ff13;hb=d1d9daef1cd092c0029e2bce2bc2c719616dffab;hp=fe0d1cff9b94698cd7405d6f87be58bff1079037;hpb=d061650f1de1e65c1a3dc979834286192bef80f8;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index fe0d1cf..95df0a5 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -19,6 +19,8 @@ env | grep ^DIR_ | awk -F= '{print $2}' | xargs -I% mkdir -p '%' ### FILEs ### export FILE_LOG_MPD="$DIR_LOG_MPD/mpd.log" export FILE_VIDEO_CATALOG="$DIR_VIDEO/catalog" +export FILE_WALLPAPER_CURR="$HOME/wallpaper_curr.txt" +export FILE_WALLPAPER_FAVS="$HOME/wallpaper_favs.txt" # .Net Core #DOTNET_ROOT_path=$(which dotnet) @@ -27,6 +29,12 @@ export FILE_VIDEO_CATALOG="$DIR_VIDEO/catalog" #export DOTNET_ROOT="$DOTNET_ROOT_dirname" export PATH=$PATH:$HOME/.dotnet/tools +# Erlang +ERL_AFLAGS="+pc unicode" +ERL_AFLAGS="$ERL_AFLAGS -kernel shell_history enabled" +ERL_AFLAGS="$ERL_AFLAGS -kernel shell_history_path '\"$HOME/.erl_history\"'" +export ERL_AFLAGS + # Rust / cargo export PATH=$PATH:$HOME/.cargo/bin