From 101e76f691422b1f9d2d28a458f66d9e32e3e8e0 Mon Sep 17 00:00:00 2001 From: Denis Urs Rudolph Date: Thu, 4 Dec 2025 12:16:57 +0100 Subject: [PATCH] Added macos zsh config --- zsh-macos/.zshrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 zsh-macos/.zshrc 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"