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
Trix Cyrus -
Kristian Ivanov -
Sherif sani -
Mohammad Ridowan Sikder -
Top comments (0)