1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

Do not enforce pure prompt

It can collide with agnoster and/or powerlevel
This commit is contained in:
2020-02-11 10:03:38 +01:00
parent b5f69367d0
commit c136c3918a

View File

@ -6,6 +6,6 @@ autoload -U promptinit;promptinit
zstyle :prompt:pure:user color white
zstyle :prompt:pure:host color white
prompt pure
# prompt pure
# vim: set ts=4 sw=4 tw=0 ft=zsh :