summaryrefslogtreecommitdiff
path: root/zsh/zprofile.base
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-08-04 21:04:24 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-08-04 21:04:24 -0500
commit1cbad143fd004fa5553b9277170054dc30bfda94 (patch)
tree36c8b57a70343415ba4a1e74ed1f1a26446bc704 /zsh/zprofile.base
parent545b042a65598eb35cacafe6c3613750274fe611 (diff)
downloaddotconfig-1cbad143fd004fa5553b9277170054dc30bfda94.tar.xz
dotconfig-1cbad143fd004fa5553b9277170054dc30bfda94.zip
changed back for now
Diffstat (limited to 'zsh/zprofile.base')
-rw-r--r--zsh/zprofile.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zprofile.base b/zsh/zprofile.base
index 88414a9..3a49327 100644
--- a/zsh/zprofile.base
+++ b/zsh/zprofile.base
@@ -24,4 +24,4 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
export LESSHISTFILE="-"
# Autostart x11 after login
-if [[ $USER != "root" ] && [ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startx ~/.config/x11/xinitrc; fi
+if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startx ~/.config/x11/xinitrc; fi