diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 10:07:28 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-18 10:07:28 +0100 |
commit | 785af9664c53346e6ffef300d0571f4b2ce4e8a6 (patch) | |
tree | d54f14cf1ab492d24dc44a9dd1a32adc59a93ec6 /config/essentials/zsh/.zshrc | |
parent | fde23996e410c11ee82491380630f9cb8b02e9f8 (diff) |
checkpoint
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r-- | config/essentials/zsh/.zshrc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 85f213d..d44eb11 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -2,15 +2,6 @@ # zmodload zsh/zprof -if [ "$(id -u)" -ne 0 ] -then - [ "${TTY%%tty*}" = '/dev/' ] && clear - case "${TTY#/dev/tty}" in - 2) exec startx > /dev/null 2>&1 ;; - *) false ;; - esac && exit -fi - autoload -U select-word-style autoload -z edit-command-line zle -N edit-command-line |