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:
@ -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 :
|
||||
|
Reference in New Issue
Block a user