@@ -27,6 +27,10 @@ if command -v go &> /dev/null; then
fi
fi
ifcommand -v nvim &> /dev/null;then
exportEDITOR="nvim"
fi
LOCAL_BIN="$HOME/.local/bin"
COMPOSER_DIR="$HOME/.composer/vendor/bin"
exportPATH="$LOCAL_BIN:$COMPOSER_DIR:$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.