1
0
Fork 0
mirror of synced 2024-06-16 22:01:09 -04:00
zimfw/modules/prompt/init.zsh

9 lines
185 B
Bash
Raw Normal View History

2018-04-05 00:37:10 -04:00
#
# load user-defined prompt
#
if [[ ! ${TERM} == (linux|*bsd*|dumb) ]] && (( ${+zprompt_theme} )); then
autoload -Uz promptinit && promptinit
prompt ${(ps: :)${zprompt_theme}}
fi