This commit is contained in:
Morten Olsen
2024-04-09 23:27:20 +02:00
parent 25e2db9264
commit b8fbdd67c2
5 changed files with 25 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
if [ -d "$HOME/.bun" ]; then
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
fi