diff options
Diffstat (limited to 'zsh')
m--------- | zsh/.zsh/pure (renamed from zsh/zsh/pure) | 0 | ||||
-rw-r--r-- | zsh/dot-zshrc | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zsh/pure b/zsh/.zsh/pure -Subproject dfc8062c64df8821eaec7d741c75f3cee20d37e +Subproject dfc8062c64df8821eaec7d741c75f3cee20d37e 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 |