direnv: Update Erlang ENV variables
This commit is contained in:
parent
34df751b10
commit
98d4333f3b
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ project() {
|
||||||
project_erlang() {
|
project_erlang() {
|
||||||
export ERL_AFLAGS="-kernel shell_history enabled"
|
export ERL_AFLAGS="-kernel shell_history enabled"
|
||||||
|
|
||||||
export REBAR_GLOBAL_CONFIG_DIR=$(direnv_layout_dir)/rebar
|
export REBAR_GLOBAL_CONFIG_DIR=$(direnv_layout_dir)/rebar/config
|
||||||
export REBAR_CACHE_DIR=$(direnv_layout_dir)/rebar
|
export REBAR_GLOBAL_CACHE_DIR=$(direnv_layout_dir)/rebar/cache
|
||||||
}
|
}
|
||||||
|
|
||||||
project_elixir() {
|
project_elixir() {
|
||||||
|
|
Loading…
Reference in a new issue