1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00
Files
zsh/zsh.d/30-prompt.zsh

14 lines
241 B
Bash

fpath=($0:h/prompts $fpath)
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 pure
# vim: set ts=4 sw=4 tw=0 ft=zsh :