Is there a equivalent bash history
command in iex
?
After testing in iex, is there a way to list all history commands no need scroll up and down?
erlang history is added as follows:
export ERL_AFLAGS="-kernel shell_history enabled -kernel shell_history_path '\"$HOME/.iex_history\"'"