With IEx (Elixir REPL) I would like to keep a history of commands.
For example:
I can open a new IEx session and run the command. After executing the command, I can press the up arrow and pre-populate my last command. After closing IEx and reopening, I would like to have access to my last commands.
Is there any way to do this?
source
share