1
0
mirror of https://github.com/akelge/zsh synced 2025-12-14 14:15:14 +00:00
Files
zsh/zsh.d/30-prompt.zsh
2020-06-17 17:23:57 +02:00

15 lines
270 B
Bash

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