summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
blob: bc1bb37b110e476e262959a5345f87729fb8e01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Resources:
# https://github.com/mika/zsh-pony

bindkey -e

fpath+=$HOME/.zsh/pure

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

prompt pure