This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/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