From 6442cf66c49fef51f83cf58bb940b4b72ee954d5 Mon Sep 17 00:00:00 2001 From: "Juan G. Hurtado" Date: Mon, 18 Apr 2011 17:00:21 +0200 Subject: [PATCH] Adds tracking of ahead local commits from remote --- .gitignore | 0 README.textile | 0 custom/example.zsh | 0 lib/aliases.zsh | 0 lib/completion.zsh | 0 lib/correction.zsh | 0 lib/directories.zsh | 0 lib/functions.zsh | 0 lib/git.zsh | 0 lib/grep.zsh | 0 lib/history.zsh | 0 lib/key-bindings.zsh | 0 lib/misc.zsh | 0 lib/rvm.zsh | 0 lib/spectrum.zsh | 0 lib/termsupport.zsh | 0 lib/theme-and-appearance.zsh | 0 log/.easter-egg | 0 oh-my-zsh.sh | 0 plugins/brew/_brew | 0 plugins/brew/brew.plugin.zsh | 0 plugins/cap/cap.plugin.zsh | 0 .../command-not-found/command-not-found.plugin.zsh | 0 plugins/dirpersist/dirpersist.plugin.zsh | 0 plugins/gem/_gem | 0 plugins/gem/gem.plugin.zsh | 0 plugins/git/git.plugin.zsh | 0 plugins/github/_github | 0 plugins/github/github.plugin.zsh | 0 plugins/lighthouse/lighthouse.plugin.zsh | 0 plugins/macports/macports.plugin.zsh | 0 plugins/mysql/mysql-macports.plugin.zsh | 0 plugins/osx/osx.plugin.zsh | 0 plugins/phing/phing.plugin.zsh | 0 plugins/pip/_pip | 0 plugins/pip/pip.plugin.zsh | 0 plugins/rails/rails.plugin.zsh | 0 plugins/ruby/ruby.plugin.zsh | 0 plugins/ssh-agent/ssh-agent.plugin.zsh | 0 plugins/textmate/textmate.plugin.zsh | 0 plugins/vagrant/_vagrant | 0 plugins/vagrant/vagrant.plugin.zsh | 0 plugins/vi-mode/vi-mode.plugin.zsh | 0 templates/zshrc.zsh-template | 0 themes/Soliah.zsh-theme | 0 themes/afowler.zsh-theme | 0 themes/arrow.zsh-theme | 0 themes/aussiegeek.zsh-theme | 0 themes/bira.zsh-theme | 0 themes/candy.zsh-theme | 0 themes/clean.zsh-theme | 0 themes/cloud.zsh-theme | 0 themes/cypher.zsh-theme | 0 themes/dallas.zsh-theme | 0 themes/darkblood.zsh-theme | 0 themes/daveverwer.zsh-theme | 0 themes/dst.zsh-theme | 0 themes/dstufft.zsh-theme | 0 themes/duellj.zsh-theme | 0 themes/eastwood.zsh-theme | 0 themes/edvardm.zsh-theme | 0 themes/evan.zsh-theme | 0 themes/example.zsh-theme | 0 themes/fletcherm.zsh-theme | 0 themes/funky.zsh-theme | 0 themes/gallifrey.zsh-theme | 0 themes/garyblessington.zsh-theme | 0 themes/geoffgarside.zsh-theme | 0 themes/gozilla.zsh-theme | 0 themes/imajes.zsh-theme | 0 themes/jbergantine.zsh-theme | 0 themes/jnrowe.zsh-theme | 0 themes/josh.zsh-theme | 0 themes/jreese.zsh-theme | 0 themes/juanghurtado.zsh-theme | 11 +++++++++-- themes/kennethreitz.zsh-theme | 0 themes/linuxonly | 0 themes/lukerandall.zsh-theme | 0 themes/macovsky-ruby.zsh-theme | 0 themes/macovsky.zsh-theme | 0 themes/maran.zsh-theme | 0 themes/mgutz.zsh-theme | 0 themes/mikeh.zsh-theme | 0 themes/mrtazz.zsh-theme | 0 themes/philips.zsh-theme | 0 themes/pmcgee.zsh-theme | 0 themes/rgm.zsh-theme | 0 themes/risto.zsh-theme | 0 themes/robbyrussell.zsh-theme | 0 themes/skaro.zsh-theme | 0 themes/sporty_256.zsh-theme | 0 themes/takashiyoshida.zsh-theme | 0 themes/theunraveler.zsh-theme | 0 themes/thomasjbradley.zsh-theme | 0 themes/tonotdo.zsh-theme | 0 themes/wezm+.zsh-theme | 0 themes/wezm.zsh-theme | 0 themes/xiong-chiamiov-plus.zsh-theme | 0 themes/xiong-chiamiov.zsh-theme | 0 tools/check_for_upgrade.sh | 0 tools/uninstall.sh | 0 tools/upgrade.sh | 0 102 files changed, 9 insertions(+), 2 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 README.textile mode change 100644 => 100755 custom/example.zsh mode change 100644 => 100755 lib/aliases.zsh mode change 100644 => 100755 lib/completion.zsh mode change 100644 => 100755 lib/correction.zsh mode change 100644 => 100755 lib/directories.zsh mode change 100644 => 100755 lib/functions.zsh mode change 100644 => 100755 lib/git.zsh mode change 100644 => 100755 lib/grep.zsh mode change 100644 => 100755 lib/history.zsh mode change 100644 => 100755 lib/key-bindings.zsh mode change 100644 => 100755 lib/misc.zsh mode change 100644 => 100755 lib/rvm.zsh mode change 100644 => 100755 lib/spectrum.zsh mode change 100644 => 100755 lib/termsupport.zsh mode change 100644 => 100755 lib/theme-and-appearance.zsh mode change 100644 => 100755 log/.easter-egg mode change 100644 => 100755 oh-my-zsh.sh mode change 100644 => 100755 plugins/brew/_brew mode change 100644 => 100755 plugins/brew/brew.plugin.zsh mode change 100644 => 100755 plugins/cap/cap.plugin.zsh mode change 100644 => 100755 plugins/command-not-found/command-not-found.plugin.zsh mode change 100644 => 100755 plugins/dirpersist/dirpersist.plugin.zsh mode change 100644 => 100755 plugins/gem/_gem mode change 100644 => 100755 plugins/gem/gem.plugin.zsh mode change 100644 => 100755 plugins/git/git.plugin.zsh mode change 100644 => 100755 plugins/github/_github mode change 100644 => 100755 plugins/github/github.plugin.zsh mode change 100644 => 100755 plugins/lighthouse/lighthouse.plugin.zsh mode change 100644 => 100755 plugins/macports/macports.plugin.zsh mode change 100644 => 100755 plugins/mysql/mysql-macports.plugin.zsh mode change 100644 => 100755 plugins/osx/osx.plugin.zsh mode change 100644 => 100755 plugins/phing/phing.plugin.zsh mode change 100644 => 100755 plugins/pip/_pip mode change 100644 => 100755 plugins/pip/pip.plugin.zsh mode change 100644 => 100755 plugins/rails/rails.plugin.zsh mode change 100644 => 100755 plugins/ruby/ruby.plugin.zsh mode change 100644 => 100755 plugins/ssh-agent/ssh-agent.plugin.zsh mode change 100644 => 100755 plugins/textmate/textmate.plugin.zsh mode change 100644 => 100755 plugins/vagrant/_vagrant mode change 100644 => 100755 plugins/vagrant/vagrant.plugin.zsh mode change 100644 => 100755 plugins/vi-mode/vi-mode.plugin.zsh mode change 100644 => 100755 templates/zshrc.zsh-template mode change 100644 => 100755 themes/Soliah.zsh-theme mode change 100644 => 100755 themes/afowler.zsh-theme mode change 100644 => 100755 themes/arrow.zsh-theme mode change 100644 => 100755 themes/aussiegeek.zsh-theme mode change 100644 => 100755 themes/bira.zsh-theme mode change 100644 => 100755 themes/candy.zsh-theme mode change 100644 => 100755 themes/clean.zsh-theme mode change 100644 => 100755 themes/cloud.zsh-theme mode change 100644 => 100755 themes/cypher.zsh-theme mode change 100644 => 100755 themes/dallas.zsh-theme mode change 100644 => 100755 themes/darkblood.zsh-theme mode change 100644 => 100755 themes/daveverwer.zsh-theme mode change 100644 => 100755 themes/dst.zsh-theme mode change 100644 => 100755 themes/dstufft.zsh-theme mode change 100644 => 100755 themes/duellj.zsh-theme mode change 100644 => 100755 themes/eastwood.zsh-theme mode change 100644 => 100755 themes/edvardm.zsh-theme mode change 100644 => 100755 themes/evan.zsh-theme mode change 100644 => 100755 themes/example.zsh-theme mode change 100644 => 100755 themes/fletcherm.zsh-theme mode change 100644 => 100755 themes/funky.zsh-theme mode change 100644 => 100755 themes/gallifrey.zsh-theme mode change 100644 => 100755 themes/garyblessington.zsh-theme mode change 100644 => 100755 themes/geoffgarside.zsh-theme mode change 100644 => 100755 themes/gozilla.zsh-theme mode change 100644 => 100755 themes/imajes.zsh-theme mode change 100644 => 100755 themes/jbergantine.zsh-theme mode change 100644 => 100755 themes/jnrowe.zsh-theme mode change 100644 => 100755 themes/josh.zsh-theme mode change 100644 => 100755 themes/jreese.zsh-theme mode change 100644 => 100755 themes/kennethreitz.zsh-theme mode change 100644 => 100755 themes/linuxonly mode change 100644 => 100755 themes/lukerandall.zsh-theme mode change 100644 => 100755 themes/macovsky-ruby.zsh-theme mode change 100644 => 100755 themes/macovsky.zsh-theme mode change 100644 => 100755 themes/maran.zsh-theme mode change 100644 => 100755 themes/mgutz.zsh-theme mode change 100644 => 100755 themes/mikeh.zsh-theme mode change 100644 => 100755 themes/mrtazz.zsh-theme mode change 100644 => 100755 themes/philips.zsh-theme mode change 100644 => 100755 themes/pmcgee.zsh-theme mode change 100644 => 100755 themes/rgm.zsh-theme mode change 100644 => 100755 themes/risto.zsh-theme mode change 100644 => 100755 themes/robbyrussell.zsh-theme mode change 100644 => 100755 themes/skaro.zsh-theme mode change 100644 => 100755 themes/sporty_256.zsh-theme mode change 100644 => 100755 themes/takashiyoshida.zsh-theme mode change 100644 => 100755 themes/theunraveler.zsh-theme mode change 100644 => 100755 themes/thomasjbradley.zsh-theme mode change 100644 => 100755 themes/tonotdo.zsh-theme mode change 100644 => 100755 themes/wezm+.zsh-theme mode change 100644 => 100755 themes/wezm.zsh-theme mode change 100644 => 100755 themes/xiong-chiamiov-plus.zsh-theme mode change 100644 => 100755 themes/xiong-chiamiov.zsh-theme mode change 100644 => 100755 tools/check_for_upgrade.sh mode change 100644 => 100755 tools/uninstall.sh mode change 100644 => 100755 tools/upgrade.sh diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/README.textile b/README.textile old mode 100644 new mode 100755 diff --git a/custom/example.zsh b/custom/example.zsh old mode 100644 new mode 100755 diff --git a/lib/aliases.zsh b/lib/aliases.zsh old mode 100644 new mode 100755 diff --git a/lib/completion.zsh b/lib/completion.zsh old mode 100644 new mode 100755 diff --git a/lib/correction.zsh b/lib/correction.zsh old mode 100644 new mode 100755 diff --git a/lib/directories.zsh b/lib/directories.zsh old mode 100644 new mode 100755 diff --git a/lib/functions.zsh b/lib/functions.zsh old mode 100644 new mode 100755 diff --git a/lib/git.zsh b/lib/git.zsh old mode 100644 new mode 100755 diff --git a/lib/grep.zsh b/lib/grep.zsh old mode 100644 new mode 100755 diff --git a/lib/history.zsh b/lib/history.zsh old mode 100644 new mode 100755 diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh old mode 100644 new mode 100755 diff --git a/lib/misc.zsh b/lib/misc.zsh old mode 100644 new mode 100755 diff --git a/lib/rvm.zsh b/lib/rvm.zsh old mode 100644 new mode 100755 diff --git a/lib/spectrum.zsh b/lib/spectrum.zsh old mode 100644 new mode 100755 diff --git a/lib/termsupport.zsh b/lib/termsupport.zsh old mode 100644 new mode 100755 diff --git a/lib/theme-and-appearance.zsh b/lib/theme-and-appearance.zsh old mode 100644 new mode 100755 diff --git a/log/.easter-egg b/log/.easter-egg old mode 100644 new mode 100755 diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh old mode 100644 new mode 100755 diff --git a/plugins/brew/_brew b/plugins/brew/_brew old mode 100644 new mode 100755 diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/cap/cap.plugin.zsh b/plugins/cap/cap.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/command-not-found/command-not-found.plugin.zsh b/plugins/command-not-found/command-not-found.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/dirpersist/dirpersist.plugin.zsh b/plugins/dirpersist/dirpersist.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/gem/_gem b/plugins/gem/_gem old mode 100644 new mode 100755 diff --git a/plugins/gem/gem.plugin.zsh b/plugins/gem/gem.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/github/_github b/plugins/github/_github old mode 100644 new mode 100755 diff --git a/plugins/github/github.plugin.zsh b/plugins/github/github.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/lighthouse/lighthouse.plugin.zsh b/plugins/lighthouse/lighthouse.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/macports/macports.plugin.zsh b/plugins/macports/macports.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/mysql/mysql-macports.plugin.zsh b/plugins/mysql/mysql-macports.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/phing/phing.plugin.zsh b/plugins/phing/phing.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/pip/_pip b/plugins/pip/_pip old mode 100644 new mode 100755 diff --git a/plugins/pip/pip.plugin.zsh b/plugins/pip/pip.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/rails/rails.plugin.zsh b/plugins/rails/rails.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/ruby/ruby.plugin.zsh b/plugins/ruby/ruby.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/ssh-agent/ssh-agent.plugin.zsh b/plugins/ssh-agent/ssh-agent.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant old mode 100644 new mode 100755 diff --git a/plugins/vagrant/vagrant.plugin.zsh b/plugins/vagrant/vagrant.plugin.zsh old mode 100644 new mode 100755 diff --git a/plugins/vi-mode/vi-mode.plugin.zsh b/plugins/vi-mode/vi-mode.plugin.zsh old mode 100644 new mode 100755 diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template old mode 100644 new mode 100755 diff --git a/themes/Soliah.zsh-theme b/themes/Soliah.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/afowler.zsh-theme b/themes/afowler.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/arrow.zsh-theme b/themes/arrow.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/aussiegeek.zsh-theme b/themes/aussiegeek.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/bira.zsh-theme b/themes/bira.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/candy.zsh-theme b/themes/candy.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/clean.zsh-theme b/themes/clean.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/cloud.zsh-theme b/themes/cloud.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/cypher.zsh-theme b/themes/cypher.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/dallas.zsh-theme b/themes/dallas.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/darkblood.zsh-theme b/themes/darkblood.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/daveverwer.zsh-theme b/themes/daveverwer.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/dst.zsh-theme b/themes/dst.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/dstufft.zsh-theme b/themes/dstufft.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/duellj.zsh-theme b/themes/duellj.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/eastwood.zsh-theme b/themes/eastwood.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/edvardm.zsh-theme b/themes/edvardm.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/evan.zsh-theme b/themes/evan.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/example.zsh-theme b/themes/example.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/fletcherm.zsh-theme b/themes/fletcherm.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/funky.zsh-theme b/themes/funky.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/gallifrey.zsh-theme b/themes/gallifrey.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/garyblessington.zsh-theme b/themes/garyblessington.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/geoffgarside.zsh-theme b/themes/geoffgarside.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/gozilla.zsh-theme b/themes/gozilla.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/imajes.zsh-theme b/themes/imajes.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/jbergantine.zsh-theme b/themes/jbergantine.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/jnrowe.zsh-theme b/themes/jnrowe.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/josh.zsh-theme b/themes/josh.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/jreese.zsh-theme b/themes/jreese.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/juanghurtado.zsh-theme b/themes/juanghurtado.zsh-theme index ac56b23e8..4cc4d48bb 100644 --- a/themes/juanghurtado.zsh-theme +++ b/themes/juanghurtado.zsh-theme @@ -9,9 +9,16 @@ function git_prompt_sha() { echo "%{$fg[white]%}[%{$fg[yellow]%}"$sha"%{$fg[white]%}]" } +# Checks if there are commits ahead from remote +function git_parse_ahead() { + if $(echo "$(git log origin/master..HEAD 2> /dev/null)" | grep '^commit' &> /dev/null); then + echo " %{$fg[red]%}(!)" + fi +} + # Prompts PROMPT=' -%{$fg_bold[green]%}%n@%m%{$fg[white]%}:%{$fg[yellow]%}%~%u$(parse_git_dirty)%{$reset_color%} +%{$fg_bold[green]%}%n@%m%{$fg[white]%}:%{$fg[yellow]%}%~%u$(parse_git_dirty)$(git_parse_ahead)%{$reset_color%} %{$fg[blue]%}>%{$reset_color%} ' RPROMPT='%{$fg_bold[green]%}$(current_branch) $(git_prompt_sha) $(git_prompt_status)%{$reset_color%}' @@ -22,6 +29,6 @@ ZSH_THEME_GIT_PROMPT_DELETED=" %{$fg[red]%}deleted " ZSH_THEME_GIT_PROMPT_RENAMED=" %{$fg[yellow]%}renamed " ZSH_THEME_GIT_PROMPT_MODIFIED=" %{$fg[yellow]%}modified " ZSH_THEME_GIT_PROMPT_ADDED=" %{$fg[green]%}added " -ZSH_THEME_GIT_PROMPT_UNTRACKED=" %{$fg[white]%}untracked " +ZSH_THEME_GIT_PROMPT_UNTRACKED="" ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}(*)" ZSH_THEME_GIT_PROMPT_CLEAN="" \ No newline at end of file diff --git a/themes/kennethreitz.zsh-theme b/themes/kennethreitz.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/linuxonly b/themes/linuxonly old mode 100644 new mode 100755 diff --git a/themes/lukerandall.zsh-theme b/themes/lukerandall.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/macovsky-ruby.zsh-theme b/themes/macovsky-ruby.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/macovsky.zsh-theme b/themes/macovsky.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/maran.zsh-theme b/themes/maran.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/mgutz.zsh-theme b/themes/mgutz.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/mikeh.zsh-theme b/themes/mikeh.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/mrtazz.zsh-theme b/themes/mrtazz.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/philips.zsh-theme b/themes/philips.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/pmcgee.zsh-theme b/themes/pmcgee.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/rgm.zsh-theme b/themes/rgm.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/risto.zsh-theme b/themes/risto.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/robbyrussell.zsh-theme b/themes/robbyrussell.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/skaro.zsh-theme b/themes/skaro.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/sporty_256.zsh-theme b/themes/sporty_256.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/takashiyoshida.zsh-theme b/themes/takashiyoshida.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/theunraveler.zsh-theme b/themes/theunraveler.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/thomasjbradley.zsh-theme b/themes/thomasjbradley.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/tonotdo.zsh-theme b/themes/tonotdo.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/wezm+.zsh-theme b/themes/wezm+.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/wezm.zsh-theme b/themes/wezm.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/xiong-chiamiov-plus.zsh-theme b/themes/xiong-chiamiov-plus.zsh-theme old mode 100644 new mode 100755 diff --git a/themes/xiong-chiamiov.zsh-theme b/themes/xiong-chiamiov.zsh-theme old mode 100644 new mode 100755 diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh old mode 100644 new mode 100755 diff --git a/tools/uninstall.sh b/tools/uninstall.sh old mode 100644 new mode 100755 diff --git a/tools/upgrade.sh b/tools/upgrade.sh old mode 100644 new mode 100755