X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_variables.sh;h=95df0a5f33b133734810aa3b37fe697fd389ff13;hb=d29d0f9bd93fd01f7d72f4ee0f27893cb1c6d187;hp=9abb8af48a682d89e7dc7f9b6252c9fc07fb1887;hpb=e2dd436b59bf5053dd3962526cb50b7aa59110d3;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index 9abb8af..95df0a5 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -29,6 +29,12 @@ export FILE_WALLPAPER_FAVS="$HOME/wallpaper_favs.txt" #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