mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] remove unneeded OMZ configuration
This commit is contained in:
parent
fc5ed3fe78
commit
d991810919
1 changed files with 0 additions and 23 deletions
|
@ -40,29 +40,6 @@ plugin completions 'zsh-users/zsh-completions'
|
||||||
|
|
||||||
# Oh-My-Zsh {{{
|
# 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_features=(key-bindings termsupport)
|
||||||
omz_plugins=(git extract fasd)
|
omz_plugins=(git extract fasd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue