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"
We're a place where coders share, stay up-to-date and grow their careers.
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
Josue Luzardo Gebrim -
lifeascoder -
taijidude -
Camilo Martinez -
Once suspended, waylonwalker will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, waylonwalker will be able to comment and publish posts again.
Once unpublished, all posts by waylonwalker will become hidden and only accessible to themselves.
If waylonwalker is not suspended, they can still re-publish their posts from their dashboard.
Discussion (0)