doing elixir and elm stuff now
This commit is contained in:
parent
51ab560cbf
commit
aba7f89b92
6 changed files with 538 additions and 269 deletions
|
|
@ -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