This commit is contained in:
Jozef Steinhübl 2024-03-31 20:24:13 +02:00
parent e443abc592
commit 6ac38837cb

View file

@ -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