merge upstream

This commit is contained in:
Carlos Cardoso 2013-11-12 22:43:28 -02:00
commit 7062f131f0
43 changed files with 1662 additions and 52 deletions

View file

@ -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() {