doing elixir and elm stuff now
This commit is contained in:
parent
51ab560cbf
commit
aba7f89b92
6 changed files with 538 additions and 269 deletions
|
|
@ -1,7 +1,3 @@
|
|||
# Colors in grep
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
export GREP_COLOR='3;33'
|
||||
|
||||
# venv
|
||||
export VENVS_DIR=$HOME/.virtualenvs
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue