From 28e0b29b01c118af7a086a1d721c0d8b4086da0d Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Mon, 18 May 2020 16:38:00 -0500 Subject: [PATCH] Update .zprofile --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 4cc70f2c..d12e1e3a 100644 --- a/.zprofile +++ b/.zprofile @@ -122,7 +122,7 @@ ex=🎯:\ [ ! -f ${XDG_CONFIG_HOME}/shortcutrc ] && shortcuts >/dev/null 2>&1 & # Start graphical server on tty1 if not already running. -[ "$(tty)" = "/dev/tty1" ] && ! ps -e | grep -qw Xorg && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" +[ "$(tty)" = "/dev/tty1" ] && ! ps -e | grep -qw Xorg && exec startx "${XDG_CONFIG_HOME}/X11/xinitrc" # Switch escape and caps if tty and no passwd required: sudo -n loadkeys ${XDG_DATA_HOME}/larbs/ttymaps.kmap 2>/dev/null