mydot/zsh/.zshrc

6 lines
108 B
Bash
Raw Normal View History

2023-07-11 10:41:59 +03:00
source $HOME/.config/zsh/.zshrc
2023-10-10 14:25:21 +03:00
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"