mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
6 lines
111 B
Bash
6 lines
111 B
Bash
if [ -d "$HOME/.bun" ]; then
|
|
export BUN_INSTALL="$HOME/.bun"
|
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
|
fi
|
|
|