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

4
.zshrc
View file

@ -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