Move around asdf path things.

This commit is contained in:
Sebastian Bugge 2025-03-16 22:09:42 +01:00
parent 753853a916
commit 4cf2f51905
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
2 changed files with 2 additions and 4 deletions

View file

@ -42,6 +42,8 @@ if [ -f "$HOME/.local/share/pnpm" ]; then
esac esac
fi fi
[ -d "$HOME/.asdf" ] && export PATH="$HOME/.asdf/shims:$PATH"
export PATH="$PATH:/home/kaholaz/.cache/scalacli/local-repo/bin/scala-cli" export PATH="$PATH:/home/kaholaz/.cache/scalacli/local-repo/bin/scala-cli"
# >>> coursier install directory >>> # >>> coursier install directory >>>

4
.zshrc
View file

@ -45,10 +45,6 @@ if [ -z "$TMUX" ] && [[ "$HAS_NETWORK" == 1 ]]; then
fortune -s fortune -s
fi fi
if [ -d "$HOME/.asdf" ]; then
\. "$HOME/.asdf/asdf.sh"
fi
export NVM_DIR="$HOME/.nvm" export NVM_DIR="$HOME/.nvm"
if [ -s "$NVM_DIR/nvm.sh" ]; then if [ -s "$NVM_DIR/nvm.sh" ]; then
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm