diff --git a/aliases b/aliases index 39c9b0e..ae2ff73 100644 --- a/aliases +++ b/aliases @@ -967,6 +967,13 @@ alias gxom='git reset --hard origin/master' alias gstats='echo "Total commits: $(git rev-list HEAD --count)"; echo "\nAuthor breakdown:"; git shortlog | grep -E "^[^ ]"' alias gwip="git add . && git commit -m \"WIP\"" +#################################################################################################### +# Elixir +#################################################################################################### +alias ei='rlwrap iex -S mix phx.server' +alias et='mix test' +alias er='mix phx.server' + #################################################################################################### # Haxe #################################################################################################### diff --git a/vimrc b/vimrc index f7ebe6b..ef6e35b 100644 --- a/vimrc +++ b/vimrc @@ -169,7 +169,7 @@ endif Plug 'luochen1990/rainbow', { 'commit': '1c45e0f' } " Rainbow parens. Locked to an older commit that still works fine on my PC. "Plug 'flazz/vim-colorschemes' " @warning: Has a lot of themes, but they break the other themes listed below -Plug 'elixir-lang/vim-elixir' +Plug 'sir-pinecone/vim-elixir' Plug 'vim-airline/vim-airline-themes' if IsWindows()