Added macos zsh config

This commit is contained in:
Denis Urs Rudolph
2025-12-04 12:16:57 +01:00
parent 3933fc1569
commit 101e76f691
+2
View File
@@ -0,0 +1,2 @@
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"