1
0
Fork 0
mirror of synced 2024-06-28 03:11:09 -04:00
zimfw/modules/prompt/init.zsh

9 lines
175 B
Bash
Raw Normal View History

2015-12-15 00:12:17 -05:00
#
# load user-defined prompt
#
if [[ ! ${TERM} == (linux|*bsd*|dumb) ]] && (( ${+zprompt_theme} )); then
2015-12-15 00:12:17 -05:00
autoload -Uz promptinit && promptinit
prompt ${zprompt_theme}
fi