@@ -45,6 +45,10 @@ if [ -d $HOME/.cargo/bin ] ; then
export PATH="$HOME/.cargo/bin:$PATH"
fi
if [ -d $GOPATH/bin ] ; then
export PATH="$GOPATH/bin:$PATH"
fi
if [ -d $HOME/.rbenv/bin ] ; then
export PATH="$HOME/.rbenv/bin:$PATH"
fi
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.