Make pure the default prompt

This commit is contained in:
Andrea Mistrali 2020-02-11 14:03:03 +01:00
parent c60658f6bb
commit 0a73e27f24
1 changed files with 4 additions and 0 deletions

View File

@ -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 :