[zshrc] format

This commit is contained in:
odrling 2022-02-06 17:39:29 +01:00
parent 550482206f
commit e2b40e1964
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

3
.zshrc
View file

@ -38,6 +38,7 @@ zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}
zstyle ':completion:*' max-errors 2
zstyle ':completion:*' menu select=1
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s zstyle :compinstall filename "${HOME}/.zshrc" zstyle ':completion:*' rehash true
zstyle ':completion::complete:*' use-cache 1
[[ $UID -eq 0 ]] || () {
local i
@ -49,8 +50,6 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p
done
}
zstyle ':completion::complete:*' use-cache 1
export HISTFILE=~/.histfile
export HISTSIZE=100000
export SAVEHIST=100000