Add export to support Elixir/Erlang history
[Sourced from this](https://til.hashrocket.com/posts/is9yfvhdnp-enable-history-in-iex-through-erlang-otp-20-)
This commit is contained in:
parent
bc047365f5
commit
b5c26215a1
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@ setopt hist_ignore_all_dups inc_append_history
|
|||
HISTFILE=~/.zhistory
|
||||
HISTSIZE=4096
|
||||
SAVEHIST=4096
|
||||
|
||||
export ERL_AFLAGS="-kernel shell_history enabled"
|
||||
|
|
Loading…
Add table
Reference in a new issue