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:
Greg Lazarev 2017-08-29 10:04:28 -07:00
parent bc047365f5
commit b5c26215a1
No known key found for this signature in database
GPG key ID: CE14021020E92597

View file

@ -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"