Commit 88c9d011 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2087 from Stibbons/gsemet_push_theme_chooser

Display right prompt in theme chooser
parents d5701784 0fcb7dd5
......@@ -24,7 +24,8 @@ function theme_preview() {
THEME_NAME=`echo $THEME | sed s/\.zsh-theme$//`
print "$fg[blue]${(l.((${COLUMNS}-${#THEME_NAME}-5))..─.)}$reset_color $THEME_NAME $fg[blue]───$reset_color"
source "$THEMES_DIR/$THEME"
print -P $PROMPT
cols=$(tput cols)
print -P "$PROMPT $RPROMPT"
}
function banner() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment