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
Dhaval -
Krishnan -
Anurag Vishwakarma -
Zahid Abbas -
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.
Once unpublished, this post will become invisible to the public and only accessible to Waylon Walker.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag waylonwalker:
Unflagging waylonwalker will restore default visibility to their posts.
Top comments (0)