diff --git a/.zshenv b/.zshenv index a89b410..a605dbe 100644 --- a/.zshenv +++ b/.zshenv @@ -42,6 +42,8 @@ if [ -f "$HOME/.local/share/pnpm" ]; then esac fi +[ -d "$HOME/.asdf" ] && export PATH="$HOME/.asdf/shims:$PATH" + export PATH="$PATH:/home/kaholaz/.cache/scalacli/local-repo/bin/scala-cli" # >>> coursier install directory >>> diff --git a/.zshrc b/.zshrc index 113a240..173ef7e 100644 --- a/.zshrc +++ b/.zshrc @@ -45,10 +45,6 @@ if [ -z "$TMUX" ] && [[ "$HAS_NETWORK" == 1 ]]; then fortune -s fi -if [ -d "$HOME/.asdf" ]; then - \. "$HOME/.asdf/asdf.sh" -fi - export NVM_DIR="$HOME/.nvm" if [ -s "$NVM_DIR/nvm.sh" ]; then [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm