diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-07 23:03:26 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-07 23:03:26 +0200 |
commit | bc97060419c4f70bd88f4b91eab82e0bb09e11c8 (patch) | |
tree | 942236a4bdcb59db209b5fcb54e57c99480bd9cb /config/essentials/zsh | |
parent | 1e755f4db73f1dc9671986c1b5f833eaab21fdc6 (diff) |
checkpoint
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 878f04d..91fef35 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -6,7 +6,7 @@ if [ "$(id -u)" -ne 0 ] then [ "${TTY%%tty*}" = '/dev/' ] && clear case "${TTY#/dev/tty}" in - 1) exec startx > /dev/null 2>&1 ;; + 2) exec startx > /dev/null 2>&1 ;; *) false ;; esac && exit fi |