add some things

This commit is contained in:
Sebastian Bugge 2024-10-19 16:13:45 +02:00
parent d68fe1464e
commit 62aae6ebdd
4 changed files with 11 additions and 6 deletions

View file

@ -11,9 +11,3 @@ export NVM_DIR="$HOME/.nvm"
if [ -s "$NVM_DIR/nvm.sh" ]; then
\. "$NVM_DIR/nvm.sh" # This loads nvm
fi
[ -f "/home/kaholaz/.ghcup/env" ] && source "/home/kaholaz/.ghcup/env" # ghcup-env
if [ -d "$HOME/.asdf" ]; then
\. "$HOME/.asdf/asdf.sh"
fi