From 6ac38837cbd3e5973ead47d254ee401d2666d595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sun, 31 Mar 2024 20:24:13 +0200 Subject: [PATCH] bun --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index cc21f32..e83dcd5 100644 --- a/.bashrc +++ b/.bashrc @@ -10,3 +10,7 @@ xbindkeys eval "$(starship init bash)" source ~/.local/share/blesh/ble.sh + +# bun +export BUN_INSTALL="$HOME/.bun" +export PATH=$BUN_INSTALL/bin:$PATH