mydot/zsh/.zshrc
2023-10-10 14:25:21 +03:00

6 lines
108 B
Bash

source $HOME/.config/zsh/.zshrc
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"