diff options
Diffstat (limited to 'zsh/dot-zshrc')
-rw-r--r-- | zsh/dot-zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index be02a33..bc1bb37 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -3,6 +3,8 @@ bindkey -e +fpath+=$HOME/.zsh/pure + autoload -Uz compinit; compinit autoload -Uz promptinit; promptinit @@ -11,3 +13,5 @@ zstyle ':completion::complete:*' gain-privileges 1 zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} setopt append_history share_history histignorealldups + +prompt pure |