IEx history
In elixir, IEx lacks a history in the way that the interactive shells in ruby (pry and irb) have. In order to get this working, erlang-history must be installed.
This can be accomplished with the following:
git clone git@github.com:ferd/erlang-history.git
cd erlang-history
sudo make install