mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
Added pure prompt
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
fpath=($0:h/prompts $fpath)
|
||||
fpath+=$0:h/prompts/pure
|
||||
|
||||
autoload -U promptinit;promptinit
|
||||
|
||||
zstyle :prompt:pure:user color blue
|
||||
zstyle :prompt:pure:host color blue
|
||||
|
||||
prompt pure
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
Reference in New Issue
Block a user