If you have ever ran which <command>
and see duplicate entries it's likely that you have duplicate entries in your $PATH. You can clean this up with a one liner at the end of your bashrc or zshrc.
eval "typeset -U path"
If you have ever ran which <command>
and see duplicate entries it's likely that you have duplicate entries in your $PATH. You can clean this up with a one liner at the end of your bashrc or zshrc.
eval "typeset -U path"
For further actions, you may consider blocking this person and/or reporting abuse
websilvercraft -
Zoo Codes -
mridul037 -
Jaken Herman -
Top comments (0)