Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个问题是由 Alexey Matushkin在这里回答引起的。
我怎样才能让选项iex始终运行-S mix,并且只针对特定项目?也许我可以放置一些.iex.exs我忽略的东西......
iex
-S mix
.iex.exs
更新
alias iexsm="iex -S mix"
cd ~/dir/to/project && iex -S mix