Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | Merge pull request #1582 from To1ne/pushdminus | Robby Russell | |
use pushdminus | |||
2013-04-23 | Merge pull request #1608 from swanandp/m_lion_terminal_same_tab_support | Robby Russell | |
Mountain Lion Terminal App: Support for opening tabs and windows in the same folder. | |||
2013-04-23 | Merge pull request #1740 from felipec/fc/git | Robby Russell | |
git: fix parse_git_dirty() | |||
2013-04-22 | Added option to allow untracked files as non dirty | Jeremy Attali | |
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. | |||
2013-04-21 | git: fix parse_git_dirty() | Felipe Contreras | |
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> | |||
2013-04-12 | Merge pull request #1531 from lcosmin/master | Robby Russell | |
Fixed 'ls' issue on NetBSD | |||
2013-04-07 | Merge pull request #1654 from bertag/parse-git-dirty-support-for-1.6 | Robby Russell | |
parse_git_dirty() support for Git 1.6 | |||
2013-04-03 | This fixes checking for git untracked items | Christian Höltje | |
The grep expression was incorrect for normal grep. Adding the `-E` option fixed the escaping of the question marks. | |||
2013-03-26 | Merge pull request #749 from blueyed/setopt-correct | Robby Russell | |
Only `setopt correct`, not "correct_all". | |||
2013-03-26 | Merge pull request #1661 from hellerbarde/master | Robby Russell | |
Fix some problems with git enabled prompts where they *always* claim to have untracked files | |||
2013-03-26 | Merge pull request #1616 from sxeraverx/master | Robby Russell | |
pipe git version check error to /dev/null (for when git doesn't exist) | |||
2013-03-15 | allow setting a custom HISTFILE before oh-my-zsh is loaded | Flavius Aspra | |
2013-03-14 | fix git_prompt_status() to not say the repository has untracked files all ↵ | Philip Stark | |
the time | |||
2013-03-11 | Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean ↵ | bertag | |
parsing against both git 1.6 and git 1.7+ | |||
2013-02-19 | pipe git version check error to /dev/null (for when git doesn't exist) | Thomas Minor | |
2013-02-14 | Support for opening tabs and windows in the same This fixed #1498 for me on ↵ | Swanand Pagnis | |
Mountain Lion | |||
2013-02-04 | use pushdminus | Toon Claes | |
2013-01-10 | Merge pull request #1077 from Mezzle/add-option-to-show-git-status | Robby Russell | |
Add option to disable status notification | |||
2013-01-03 | Fixed coding style | Cosmin Lu?ă | |
2012-12-31 | Fixes #1489 | Robby Russell | |
Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes" This reverts commit 8f89d4d5a5d584bae288d8111d83a6489a1369dc. | |||
2012-12-31 | Fixed issue with NetBSD's ls | Cosmin Lu?ă | |
2012-12-07 | Add Stash toogle to display if there's some stash or not in `git_prompt_status` | MAD | |
2012-12-04 | Merge pull request #1258 from caio/git-branch-status | Robby Russell | |
Add branch status support to git_prompt_status | |||
2012-12-04 | Merge pull request #875 from ttddyy/prompt_git-remove | Robby Russell | |
prompt git-rm as deleted | |||
2012-12-04 | Merge pull request #880 from darrenclark/fix-mac-terminal-app-echo-issue | Robby Russell | |
Fixed Mac OS X Terminal.app related issue with extra newlines echoed | |||
2012-12-04 | Merge pull request #1273 from ystein/master | Robby Russell | |
Typo in cd-wrapper | |||
2012-12-02 | Merge pull request #1255 from SuprDewd/master | Robby Russell | |
Added a "please" alias for sudo | |||
2012-12-02 | Merge pull request #1263 from tedv/headless-git | Robby Russell | |
Make git use sha when branch name is missing. | |||
2012-12-02 | Merge pull request #1265 from aletessier/ssh-completion | Robby Russell | |
Fix ssh plugin completion | |||
2012-12-02 | resolving conflict in termsupport plugin | Trae Robrock | |
2012-12-02 | Merge pull request #1341 from markusscherer/master | Robby Russell | |
fix title setting bug in xterm and urxvt | |||
2012-12-02 | Merge pull request #1354 from F30/master | Robby Russell | |
Set the '-R' option for less not in $PAGER, but as $LESS | |||
2012-12-02 | Merge pull request #1453 from simonoff/master | Robby Russell | |
new theme and rvm theming support | |||
2012-12-02 | Removing mcd as it conflicts with mtools | Robby Russell | |
2012-12-02 | Merge pull request #253 from loopj/master | Robby Russell | |
Added function git_remote_status to lib/git.zsh which extracts if the local branch is ahead/behind/diverged from remote | |||
2012-12-02 | Set default for rvm prompt prefix/suffix | Alexander Simonov | |
2012-12-02 | Fix RVM loading and RVM ruby version info | Alexander Simonov | |
2012-11-14 | Improved statistics functions, effect: | CHH | |
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 | |||
2012-10-13 | Set the '-R' option for less not in $PAGER, but as $LESS. | Felix Dreissig | |
2012-10-03 | fix title setting bug in xterm and urxvt | Markus Scherer | |
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 | |||
2012-09-26 | Make rvm prompt function a bit cleaner | Trae Robrock | |
2012-09-26 | Fixing the rvm_prompt_info command, now it will not show empty parens if no ↵ | Trae Robrock | |
rvm is currently being used | |||
2012-08-05 | fix typo in cd-wrapper | Yannik Stein | |
2012-08-01 | Correct variable used for global ssh known host completion | Alexis Letessier | |
2012-07-31 | Make git use sha when branch name is missing. | Ted Vessenes | |
2012-07-29 | Add branch status support to git_prompt_status | Caio Romão | |
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="↕" | |||
2012-07-26 | Added a "please" alias for sudo | Bjarki Ágúst Guðmundsson | |
2012-07-24 | Merge | James Smith | |
2012-06-13 | Merge pull request #977 from scialex/better-d | Robby Russell | |
Make the 'd' alias only show the directories that can be cd'd to using the number aliases. | |||
2012-06-13 | Merge pull request #984 from vmalloc/less_r_pager | Robby Russell | |
Pager is 'less -R' to support colored outputs |