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

Added pure prompt

This commit is contained in:
Andrea
2020-02-10 16:23:56 +01:00
parent 015ea172eb
commit ce1b4c9f5e
6 changed files with 1380 additions and 0 deletions

View File

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