Replicata copia della configurazione di Archlinux ma con completion insensitive disattivata.
This commit is contained in:
parent
8488c25095
commit
f9a837391d
3 changed files with 355 additions and 3 deletions
|
@ -21,13 +21,13 @@ setopt autocd
|
|||
setopt inc_append_history
|
||||
setopt histignorespace # Ignore putting in history commands beginning with a space
|
||||
|
||||
#zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # Case insensitive completion
|
||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # Case insensitive completion
|
||||
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # Color completion
|
||||
zstyle ':completion:*' rehash true # automatically updates new paths
|
||||
# Speed completion
|
||||
zstyle ':completion:*' accept-exact '*(N)'
|
||||
#zstyle ':completion:*' use-cache on
|
||||
#zstyle ':completion:*' cache-path ~/.zsh/cache
|
||||
zstyle ':completion:*' use-cache on
|
||||
zstyle ':completion:*' cache-path ~/.zsh/cache
|
||||
|
||||
# History
|
||||
HISTFILE=~/.zhistory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue