diff --git a/.zprofile b/.zprofile index 7e3076a..4d743d2 100644 --- a/.zprofile +++ b/.zprofile @@ -24,11 +24,6 @@ if [ -n "$BASH_VERSION" ]; then fi fi -# set PATH so it includes user's private bin if it exists -if [ -d "$HOME/bin" ] ; then - PATH="$HOME/bin:$PATH" -fi - # set PATH so it includes user's private bin if it exists if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH"