tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
zsh: add bun bin to path
seth.computer
1 month ago
b410b0d4
6078ccdb
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+1
1 changed file
expand all
collapse all
unified
split
zsh
zshrc
+1
zsh/zshrc
···
18
18
[ -f "/Users/sethetter/.config/op/plugins.sh" ] && source /Users/sethetter/.config/op/plugins.sh
19
19
20
20
export PATH="$HOME/.local/share/mise/shims:$PATH"
21
21
+
export PATH="$HOME/.bun/bin:$PATH"
21
22
export PATH="$HOME/.local/bin:$PATH"