summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r--config/essentials/zsh/.zshrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index 0be7c8f..68aae3f 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