1
0
Fork 0
mirror of synced 2024-06-01 14:51:11 -04:00
zimfw/modules/prompt/init.zsh
2015-12-15 00:12:17 -05:00

9 lines
174 B
Bash

#
# load user-defined prompt
#
if [[ ! ${TERM} == (linux|*bsd*|dumb) ]] && [[ ${zprompt_theme} ]]; then
autoload -Uz promptinit && promptinit
prompt ${zprompt_theme}
fi