minor fix in zshrc

This commit is contained in:
Kulvir Singh
2024-10-18 20:16:40 +05:30
parent f27b45c5f2
commit 886ff37f4a
3 changed files with 5 additions and 10 deletions

5
.zshrc
View File

@@ -27,10 +27,7 @@ alias air="~/go/bin/air"
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
[ -s "/Users/kulvir/.bun/_bun" ] && source "/Users/kulvir/.bun/_bun"
[ -s "/Users/lilj/.bun/_bun" ] && source "/Users/lilj/.bun/_bun"
# ---- startship ----
eval "$(starship init zsh)"
# ---- node wtf idk but fine ----
export PATH="/opt/homebrew/opt/node@20/bin:$PATH"