Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
dc201ee3fb
1 changed files with 14 additions and 14 deletions
28
.zshrc
28
.zshrc
|
@ -529,22 +529,22 @@
|
||||||
## ZSH Completion Options >>>
|
## ZSH Completion Options >>>
|
||||||
{
|
{
|
||||||
# Mine
|
# Mine
|
||||||
zstyle ':completion:*' completer _expand _complete _ignored _prefix
|
# zstyle ':completion:*' completer _expand _complete _ignored _prefix
|
||||||
zstyle ':completion:*' expand prefix suffix
|
# zstyle ':completion:*' expand prefix suffix
|
||||||
zstyle ':completion:*' file-sort access
|
# zstyle ':completion:*' file-sort access
|
||||||
zstyle ':completion:*' ignore-parents parent pwd directory
|
# zstyle ':completion:*' ignore-parents parent pwd directory
|
||||||
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
# zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
||||||
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
|
# zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
|
||||||
zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**'
|
# zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**'
|
||||||
zstyle ':completion:*' menu select=long
|
# zstyle ':completion:*' menu select=long
|
||||||
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
|
# zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
|
||||||
zstyle :compinstall filename '/home/blake/.zshrc'
|
# zstyle :compinstall filename '/home/blake/.zshrc'
|
||||||
|
|
||||||
# Manjaro's
|
# Manjaro's
|
||||||
# zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # Case insensitive tab completion
|
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # Case insensitive tab completion
|
||||||
# zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # Colored completion (different colors for dirs/files/etc)
|
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # Colored completion (different colors for dirs/files/etc)
|
||||||
# zstyle ':completion:*' rehash true # automatically find new executables in path
|
zstyle ':completion:*' rehash true # automatically find new executables in path
|
||||||
# # Speed up completions
|
# Speed up completions
|
||||||
zstyle ':completion:*' accept-exact '*(N)'
|
zstyle ':completion:*' accept-exact '*(N)'
|
||||||
zstyle ':completion:*' use-cache on
|
zstyle ':completion:*' use-cache on
|
||||||
zstyle ':completion:*' cache-path $ZSH_CACHE_DIR
|
zstyle ':completion:*' cache-path $ZSH_CACHE_DIR
|
||||||
|
|
Loading…
Add table
Reference in a new issue