Skip to content

Commit 1e8a02d

Browse files
committed
Add ~/.local/bin to path candidates
If you use `uv tool install` it puts the tool in `~/.local/bin`, so if we see that directory, add it to the user's `$PATH`. Signed-off-by: Joe Block <[email protected]>
1 parent 10498b9 commit 1e8a02d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zsh/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ for path_candidate in /Applications/Xcode.app/Contents/Developer/usr/bin \
308308
~/.cargo/bin \
309309
~/.linuxbrew/bin \
310310
~/.linuxbrew/sbin \
311+
~/.local/bin \
311312
~/.rbenv/bin \
312313
~/bin \
313314
~/src/gocode/bin \

0 commit comments

Comments
 (0)