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

@ -41,3 +41,9 @@ if [ -f "$HOME/.local/share/pnpm" ]; then
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
fi
export PATH="$PATH:/home/kaholaz/.cache/scalacli/local-repo/bin/scala-cli"
# >>> coursier install directory >>>
export PATH="$PATH:/home/kaholaz/.local/share/coursier/bin"
# <<< coursier install directory <<<