mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Merge pull request #2087 from Stibbons/gsemet_push_theme_chooser
Display right prompt in theme chooser
This commit is contained in:
commit
88c9d0113a
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ function theme_preview() {
|
||||||
THEME_NAME=`echo $THEME | sed s/\.zsh-theme$//`
|
THEME_NAME=`echo $THEME | sed s/\.zsh-theme$//`
|
||||||
print "$fg[blue]${(l.((${COLUMNS}-${#THEME_NAME}-5))..─.)}$reset_color $THEME_NAME $fg[blue]───$reset_color"
|
print "$fg[blue]${(l.((${COLUMNS}-${#THEME_NAME}-5))..─.)}$reset_color $THEME_NAME $fg[blue]───$reset_color"
|
||||||
source "$THEMES_DIR/$THEME"
|
source "$THEMES_DIR/$THEME"
|
||||||
print -P $PROMPT
|
cols=$(tput cols)
|
||||||
|
print -P "$PROMPT $RPROMPT"
|
||||||
}
|
}
|
||||||
|
|
||||||
function banner() {
|
function banner() {
|
||||||
|
|
Loading…
Reference in a new issue