Skip to content

Commit 3500756

Browse files
authored
Merge pull request #320 from unixorn/tweak-default-path-candidates
Add `~/.local/bin` to path candidates
2 parents 1b1f14b + 1e8a02d commit 3500756

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)