mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-22 08:14:28 +10:00
Update .zshrc
This commit is contained in:
+6
-1
@@ -17,7 +17,11 @@
|
|||||||
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
|
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
CASE_SENSITIVE="true"
|
CASE_SENSITIVE="true"
|
||||||
|
|
||||||
|
#Zsh autocorrect
|
||||||
|
unsetopt correct_all
|
||||||
|
|
||||||
|
|
||||||
# Uncomment the following line to use hyphen-insensitive completion. Case
|
# Uncomment the following line to use hyphen-insensitive completion. Case
|
||||||
# sensitive completion must be off. _ and - will be interchangeable.
|
# sensitive completion must be off. _ and - will be interchangeable.
|
||||||
@@ -62,6 +66,7 @@ plugins=(
|
|||||||
git
|
git
|
||||||
zsh-history-substring-search
|
zsh-history-substring-search
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
|
zsh-autocomplete
|
||||||
# zsh-eza
|
# zsh-eza
|
||||||
fzf-zsh-plugin
|
fzf-zsh-plugin
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
|
|||||||
Reference in New Issue
Block a user