# start the x server if we're on tty0 and nothing is running
[[ -z $DISPLAY&&$XDG_VTNR -eq 1]]&&exec startx
# Bring "xterm" up to "xterm-256color", fairly well expected this should work
[["$TERM"=="xterm"]]&&exportTERM="xterm-256color"
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.