diff --git a/zsh-macos/.zshrc b/zsh-macos/.zshrc new file mode 100644 index 0000000..7683c66 --- /dev/null +++ b/zsh-macos/.zshrc @@ -0,0 +1,2 @@ +export BUN_INSTALL="$HOME/.bun" +export PATH="$BUN_INSTALL/bin:$PATH"