Skip to content

Commit b5c2621

Browse files
author
Greg Lazarev
committed
Add export to support Elixir/Erlang history
[Sourced from this](https://til.hashrocket.com/posts/is9yfvhdnp-enable-history-in-iex-through-erlang-otp-20-)
1 parent bc04736 commit b5c2621

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

zsh/configs/history.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ setopt hist_ignore_all_dups inc_append_history
22
HISTFILE=~/.zhistory
33
HISTSIZE=4096
44
SAVEHIST=4096
5+
6+
export ERL_AFLAGS="-kernel shell_history enabled"

0 commit comments

Comments
 (0)