mirror of
https://github.com/KiTTYsh/dotfiles.git
synced 2025-12-09 20:59:16 -05:00
zsh: remove startx on tty0, no longer used
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
# 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
|
# Bring "xterm" up to "xterm-256color", fairly well expected this should work
|
||||||
[[ "$TERM" == "xterm" ]] && export TERM="xterm-256color"
|
[[ "$TERM" == "xterm" ]] && export TERM="xterm-256color"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user