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