dotfiles/zsh/modules/prompt/init.zsh
2018-04-05 13:06:54 +02:00

9 lines
175 B
Bash

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