un~ ; un recordatorio de push necesario

This commit is contained in:
JuanPablo 2011-08-05 02:26:04 -04:00
commit 651720a833
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ custom/*
!custom/example.zsh !custom/example.zsh
cache cache
*.swp *.swp
*un~

View file

@ -47,6 +47,7 @@ function git_remotes() {
fi fi
echo $remotes echo $remotes
} }
# TODO if commits to push show this number
local remotes='%B%F{green}$(git_remotes)%{$reset_color%}' local remotes='%B%F{green}$(git_remotes)%{$reset_color%}'
precmd () { precmd () {