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