mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
parent
2d40b562e5
commit
279212f2cc
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ function theme_preview() {
|
|||
print "$fg[blue]${(l.((${COLUMNS}-${#THEME_NAME}-5))..─.)}$reset_color $THEME_NAME $fg[blue]───$reset_color"
|
||||
source "$THEMES_DIR/$THEME"
|
||||
cols=$(tput cols)
|
||||
(exit 1)
|
||||
print -P "$PROMPT $RPROMPT"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue