Disable autocorrectiong and some more plugins

This commit is contained in:
i.ortega 2020-05-06 18:47:27 +02:00
parent 144a269885
commit a7ef50c291
1 changed files with 4 additions and 4 deletions

8
.zshrc
View File

@ -31,10 +31,10 @@ export ZSH="/home/initega/.oh-my-zsh"
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="xiong-chiamiov"
plugins=(
git
# git
chucknorris
man
pip
# man
# pip
# cp
# z
zsh-autosuggestions
@ -74,7 +74,7 @@ plugins=(
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
# ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true"