blob: be02a331270e4ed9dd33896507175d79d2f95ab3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Resources:
# https://github.com/mika/zsh-pony
bindkey -e
autoload -Uz compinit; compinit
autoload -Uz promptinit; promptinit
zstyle ':completion:*' menu select
zstyle ':completion::complete:*' gain-privileges 1
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
setopt append_history share_history histignorealldups
|