diff --git a/zsh.d/30-prompt.zsh b/zsh.d/30-prompt.zsh index 9dd808d..be78219 100644 --- a/zsh.d/30-prompt.zsh +++ b/zsh.d/30-prompt.zsh @@ -6,4 +6,8 @@ autoload -U promptinit;promptinit zstyle :prompt:pure:user color white zstyle :prompt:pure:host color white +# Default prompt is pure +# +prompt pure + # vim: set ts=4 sw=4 tw=0 ft=zsh :