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

Added original pure and renamed pure to mypure

This commit is contained in:
Andrea Mistrali
2020-06-17 17:23:57 +02:00
parent 185a1cd7ca
commit f71f19f920
19 changed files with 2584 additions and 664 deletions

View File

@ -1,4 +1,5 @@
fpath=($0:h/prompts $fpath)
fpath+=$0:h/prompts/mypure
fpath+=$0:h/prompts/pure
autoload -U promptinit;promptinit
@ -8,6 +9,6 @@ zstyle :prompt:pure:host color white
# Default prompt is pure
#
prompt pure
prompt mypure
# vim: set ts=4 sw=4 tw=0 ft=zsh :