Files
mydot/zsh/.config/zsh/includes/bun
2025-10-07 09:26:47 +03:00

9 lines
172 B
Bash

#!/bin/sh
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
# bun completions
[ -s "/home/antoxa/.bun/_bun" ] && source "/home/antoxa/.bun/_bun"