We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523fd84 commit 9ba44caCopy full SHA for 9ba44ca
HOW_IT_WORKS.md
@@ -22,10 +22,10 @@ then `/bin`.
22
23
## Understanding Shims
24
25
-goenv works by inserting a directory of _shims_ at the front of your
26
-`PATH`:
+goenv works by inserting a directory of _shims_ at the end of your
+`PATH`, so if you have `go` in `/usr/bin` it will be found first:
27
28
- ~/.goenv/shims:/usr/local/bin:/usr/bin:/bin
+ /usr/local/bin:/usr/bin:/bin:~/.goenv/shims
29
30
Through a process called _rehashing_, goenv maintains shims in that
31
directory to match every `go` command across every installed version
0 commit comments