fix: add bun bin to PATH

This commit is contained in:
2025-08-08 19:17:12 -07:00
parent 7239707e93
commit e6677801aa
3 changed files with 47 additions and 47 deletions

View File

@@ -22,6 +22,7 @@ in
export GOPATH="$HOME/go"
export GOBIN="$HOME/go/bin"
export PATH="$GOBIN:$PATH"
export PATH="$HOME/.cache/.bun/bin:$PATH"
alias cat="bat"
''
+ "\n"