Initial commit.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Load user desired prompt.
|
||||
|
||||
autoload -Uz promptinit
|
||||
promptinit
|
||||
|
||||
if [ "${PROMPT_THEME}" != "" ]; then
|
||||
if [ -f ${CONFIG_PATH}/zsh/prompts/${PROMPT_THEME}.zsh-theme ]; then
|
||||
source ${CONFIG_PATH}/zsh/prompts/${PROMPT_THEME}.zsh-theme
|
||||
else
|
||||
echo "Theme \"${PROMPT_THEME}\" could not be loaded. File does not exist or unreadable."
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user