From d991810919a7dd0bfc67a7a2e8e68ab9c3ffe82a Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Thu, 17 Oct 2019 00:32:42 +0300 Subject: [PATCH] [zsh] remove unneeded OMZ configuration --- zsh/plugins.zsh | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/zsh/plugins.zsh b/zsh/plugins.zsh index f69dd75..abdda7f 100644 --- a/zsh/plugins.zsh +++ b/zsh/plugins.zsh @@ -40,29 +40,6 @@ plugin completions 'zsh-users/zsh-completions' # Oh-My-Zsh {{{ - # disable automatic updates because OMZ is managed by my plugin manager - DISABLE_AUTO_UPDATE=true - - # use hyphen-insensitive completion (makes `_` and `-` interchangeable) - HYPHEN_INSENSITIVE=true - - # enable command auto-correction - ENABLE_CORRECTION=true - - # display red dots while waiting for completion - COMPLETION_WAITING_DOTS=true - - # disable marking untracked files under VCS as dirty (this makes repository - # status check for large repositories much faster) - DISABLE_UNTRACKED_FILES_DIRTY=true - - # command execution time stamp shown in the history - HIST_STAMPS=dd.mm.yyyy - - # ls colors are handled by my dotfiles, so disable that part of OMZ to avoid - # wasting time - DISABLE_LS_COLORS=true - omz_features=(key-bindings termsupport) omz_plugins=(git extract fasd)