Skip to content

Commit f0e0848

Browse files
committed
Add go and uv bin dirs to path
1 parent 956efb2 commit f0e0848

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.zshrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ _force_prepend_to_path() {
103103
_force_prepend_to_path /usr/local/sbin
104104
_force_prepend_to_path /usr/local/bin
105105
_force_prepend_to_path ~/bin
106+
_prepend_to_path ~/go/bin
107+
_prepend_to_path ~/.local/bin
106108
_append_to_path /usr/sbin
107109

108110
# Add Homebrew early

0 commit comments

Comments
 (0)