@ -85,7 +85,7 @@ if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
# Initialize jenv if it exists
if which jenv > /dev/null;then
exportJENV_ROOT=~/.jenv
eval"$(jenv init -)";
eval"$(jenv init -)"
fi
# If a private bin directory exists, add it to PATH
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.