From 651720a8334165f2d4a9e6d0c073154f60acfe47 Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Fri, 5 Aug 2011 02:26:04 -0400 Subject: [PATCH] un~ ; un recordatorio de push necesario --- .gitignore | 1 + themes/pixelmuerto.zsh-theme | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2e8db7341..ee26199aa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ custom/* !custom/example.zsh cache *.swp +*un~ diff --git a/themes/pixelmuerto.zsh-theme b/themes/pixelmuerto.zsh-theme index 107fd89fc..3614167f4 100644 --- a/themes/pixelmuerto.zsh-theme +++ b/themes/pixelmuerto.zsh-theme @@ -47,6 +47,7 @@ function git_remotes() { fi echo $remotes } +# TODO if commits to push show this number local remotes='%B%F{green}$(git_remotes)%{$reset_color%}' precmd () {