- 29 Jul, 2012 1 commit
-
-
Caio Romão authored
This patch makes git_prompt_status support three new status variables: - ZSH_THEME_GIT_PROMPT_AHEAD - ZSH_THEME_GIT_PROMPT_BEHIND - ZSH_THEME_GIT_PROMPT_DIVERGED With these extra variables it's easy to see (1) if you have commits in your local branch that weren't pushed to the remote (AHEAD), (2) if there are commits in the remote that you haven't merged/rebased yet (BEHIND) or (3) if you have local unpushed commits AND the remote has some commits you haven't merged yet (DIVERGED). Refer to the first line displayed on `git status -b --porcelain`. An example setup in a .zsh-theme file would be: ZSH_THEME_GIT_PROMPT_AHEAD="↑" ZSH_THEME_GIT_PROMPT_BEHIND="↓" ZSH_THEME_GIT_PROMPT_DIVERGED="
↕ "
-
- 20 Jul, 2012 2 commits
-
-
Robby Russell authored
'rails' command should not be run with bundle exec
-
Robby Russell authored
auto-upadate feature will now reset the epoch so that if a user doesn't say yes, it won't ask them again for a while. fixes #1240
-
- 15 Jul, 2012 1 commit
-
- 11 Jul, 2012 1 commit
-
-
Robby Russell authored
New theme af-magic.zsh-theme
-
- 10 Jul, 2012 2 commits
-
-
Robby Russell authored
Remove bogus "-" from nomz="ps -aux" alias.
-
Robby Russell authored
Escape whitespace for Sublime Text plugin
-
- 09 Jul, 2012 2 commits
-
-
Josh Vermaire authored
-
Josh Vermaire authored
-
- 03 Jul, 2012 6 commits
-
-
Robby Russell authored
sublime pluginn : Added alias for Sublime Text 2 on Linux
-
Robby Russell authored
Added fasd plugin
-
Robby Russell authored
[Plugin] Virtualenvwrapper: Added another path
-
Robby Russell authored
provide plugin for rbfu (yet ruby version switcher)
-
Robby Russell authored
Explicitly tell rbenv to use zsh
-
lukas authored
Evaluates $(rbfu --init --auto) if rbfu is installed on the system, also has a custom rbfu-rubies method which lists the installed rubies which are available to rbfu. For compatibility with themes, also creates the rvm_prompt_info function, so existing themes should work out of the box.
-
- 01 Jul, 2012 1 commit
-
-
Eustachy Kapusta authored
Info from http://procps.sourceforge.net/faq.html .
-
- 28 Jun, 2012 1 commit
-
-
- 25 Jun, 2012 1 commit
-
-
David Barragan authored
-
- 24 Jun, 2012 2 commits
-
-
Robby Russell authored
added jruby plugin
-
Robby Russell authored
Fix finding git issue.
-
- 23 Jun, 2012 1 commit
-
-
Renan Cakirerk authored
Fix finding git issue. http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script
-
- 22 Jun, 2012 8 commits
-
-
Volker Pacher authored
-
Volker Pacher authored
-
Robby Russell authored
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
-
Robby Russell authored
Load symlink custom files
-
Robby Russell authored
correct the ruby version label of the 'nebirhos' theme for rbenv
-
Robby Russell authored
Steef theme - Improved git untracked file detection
-
Robby Russell authored
Readlink is different on OS X
-
Robby Russell authored
Fixed unmached " in yum plugin
-
- 20 Jun, 2012 3 commits
-
-
jugyo authored
-
Andy Fleming authored
-
Andy Fleming authored
-
- 18 Jun, 2012 4 commits
-
-
Tima Maslyuchenko authored
-
Tima Maslyuchenko authored
-
James Walker authored
-
-
- 16 Jun, 2012 1 commit
-
-
Thomas Dippel authored
According to @graywh's comment on: https://github.com/sstephenson/rbenv/issues/185
-
- 15 Jun, 2012 1 commit
-
-
Roey Darwish Dror authored
-
- 13 Jun, 2012 2 commits
-
-
Robby Russell authored
Make the 'd' alias only show the directories that can be cd'd to using the number aliases.
-
Robby Russell authored
Add dircycle plugin: enables cycling through the directory stack
-