If you put your commonly used aliases into an .iex.exs file at the root of your app, IEx will load them for you on startup.
.iex.exs
alias App.{User, Repo}