doing elixir and elm stuff now

This commit is contained in:
Haak Saxberg 2016-09-16 23:14:44 -07:00
parent 51ab560cbf
commit aba7f89b92
6 changed files with 538 additions and 269 deletions

View file

@ -1,7 +1,3 @@
# Colors in grep
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='3;33'
# venv
export VENVS_DIR=$HOME/.virtualenvs

View file

@ -38,3 +38,11 @@ eval "$(direnv hook zsh)"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export NVM_DIR="/home/haak/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
autoload bashcompinit
bashcompinit
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash