- 20 Nov, 2013 1 commit
-
-
Michael Orr authored
-
- 12 Jun, 2013 1 commit
-
-
Theodore Kokkoris authored
-
- 11 Jun, 2013 1 commit
-
-
Ehren Kret authored
Fixes issue #1884
-
- 19 May, 2013 1 commit
-
-
Christopher Roach authored
-
- 28 Apr, 2013 1 commit
-
-
Sébastien M-B authored
-
- 22 Apr, 2013 1 commit
-
-
Jeremy Attali authored
In this commit, the option only works for git but it should not be to hard for someone who knows svn to so the same. This commit is largely inspired by @yoavweiss, I only added an option to use it.
-
- 21 Apr, 2013 1 commit
-
-
Felipe Contreras authored
If oh-my-zsh.hide-status is configured, the 'clean' code won't be generated, and some themes might end up distorted. Let's generate the 'clean' code even when we don't want the show the dirty status. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
- 04 Apr, 2013 1 commit
-
-
Christian Höltje authored
The grep expression was incorrect for normal grep. Adding the `-E` option fixed the escaping of the question marks.
-
- 15 Mar, 2013 1 commit
-
-
Flavius Aspra authored
-
- 13 Mar, 2013 1 commit
-
-
Philip Stark authored
-
- 11 Mar, 2013 1 commit
-
-
bertag authored
Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsing against both git 1.6 and git 1.7+
-
- 19 Feb, 2013 1 commit
-
-
Thomas Minor authored
-
- 14 Feb, 2013 1 commit
-
-
Swanand Pagnis authored
-
- 13 Feb, 2013 2 commits
-
-
Yoav Weiss authored
# Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: git.zsh #, ignoring untracked files, which seems to be the primary cause for slowness
-
Yoav Weiss authored
-
- 04 Feb, 2013 1 commit
-
-
Toon Claes authored
-
- 30 Jan, 2013 1 commit
-
-
Yoav Weiss authored
-
- 27 Jan, 2013 1 commit
-
-
Yoav Weiss authored
-
- 25 Jan, 2013 1 commit
-
-
Serdar Dalgıç authored
oh-my-zsh.
-
- 03 Jan, 2013 1 commit
-
-
Cosmin Lu?ă authored
-
- 31 Dec, 2012 2 commits
-
-
Robby Russell authored
Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes" This reverts commit 8f89d4d5.
-
Cosmin Lu?ă authored
-
- 07 Dec, 2012 1 commit
-
-
MAD authored
-
- 02 Dec, 2012 3 commits
-
-
Trae Robrock authored
-
Alexander Simonov authored
-
Alexander Simonov authored
-
- 14 Nov, 2012 1 commit
-
-
CHH authored
1 1124 24.6006% c 2 985 21.5583% git 3 343 7.50711% rails 4 328 7.17881% cd 5 314 6.8724% rspec 6 257 5.62486% la 7 197 4.31167% rake 8 154 3.37054% s 9 109 2.38564% .. 10 95 2.07923% rvm 11 68 1.48829% guard 12 36 0.787919% bundle 13 29 0.634712% ssh 14 28 0.612826% pry 15 27 0.590939% open 16 26 0.569052% middleman 17 26 0.569052% gem 18 24 0.525279% rm 19 24 0.525279% heroku 20 23 0.503392% nvm
-
- 13 Oct, 2012 1 commit
-
-
Felix Dreissig authored
-
- 03 Oct, 2012 1 commit
-
-
Markus Scherer authored
Before this patch, commands containing %-signs set the title wrong (urxvt and xterm) [1] and produce strange output in urxvt [2]. test for bug 1: > sleep 10 && echo % sets title to "sleep 10 && echo %<<" > sleep 10 && echo %f doesn't change the title at all test for bug 2 (only urxvt): > echo %f 39m%f ^^^^^----- output
-
- 26 Sep, 2012 2 commits
-
-
Trae Robrock authored
-
Trae Robrock authored
Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used
-
- 05 Aug, 2012 1 commit
-
-
Yannik Stein authored
-
- 01 Aug, 2012 1 commit
-
-
Alexis Letessier authored
-
- 31 Jul, 2012 1 commit
-
-
Ted Vessenes authored
-
- 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="
↕ "
-
- 27 Jul, 2012 1 commit
-
-
Morgan Larosa authored
-
- 26 Jul, 2012 1 commit
-
-
Bjarki Ágúst Guðmundsson authored
-
- 26 Jun, 2012 1 commit
-
-
Sébastien M-B authored
-
- 12 Jun, 2012 1 commit
-
-
s3 authored
-
- 18 Apr, 2012 1 commit
-
-
Martin Meredith authored
For certain git repositories, this slows down usage of the shell horifically. This option can be set with git config --add oh-my-zsh.hide-status 1 which will disable checking/showing the status notification
-