Files
nixos-config/user/programs/terminal/files/shell/rc.d/10-bun.sh
Morten Olsen b8fbdd67c2 update
2024-04-09 23:29:15 +02:00

6 lines
111 B
Bash

if [ -d "$HOME/.bun" ]; then
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
fi