dotfiles/zsh/modules/prompt/init.zsh

9 lines
175 B
Bash
Raw Normal View History

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