Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |||
2012-06-13 | Merge pull request #999 from ChaosData/master | Robby Russell | |
Auto title now disabled in emacs term mode | |||
2012-06-13 | Merge pull request #1019 from matschaffer/patch-1 | Robby Russell | |
Don't clobber standard Esc+. behavior | |||
2012-06-12 | Change hardcoded ~/.oh-my-zsh to $ZSH. | s3 | |
2012-03-17 | Don't clobber standard Esc+. behavior | Mat Schaffer | |
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard. | |||
2012-03-07 | Disabled title function for emacs term mode | Jeffrey Dileo | |
2012-03-01 | Pager is 'less -R' to support colored outputs | Rotem Yaari | |
2012-02-28 | made the 'd' alias only show the directories that can be cd'ed to using the ↵ | Alex Light | |
number aliases | |||
2012-02-21 | Fixed bug introduced when fixing issue 896 | cruser42 | |
2012-02-08 | fixed introduced to parse_git_dirty | Aleksey Orekhov | |
2012-02-08 | changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate | Aleksey Orekhov | |
2012-02-08 | fixed asterisk display for modified repos in git prior to 1.7.2 | Aleksey Orekhov | |
2012-01-26 | Removed trailing spaces in Git files. Fixes #867 | Carlos Rodriguez | |
2011-12-30 | Get the Hostname | Gustavo Barron | |
Main library should use ZSH native hostname function | |||
2011-12-26 | Merge pull request #764 from Fl4t/submodules | Robby Russell | |
Ignore submodules dirty in prompt info | |||
2011-12-26 | Merge pull request #772 from indrajitr/master | Robby Russell | |
Fix upgrade and uninstall functions to pick up $ZSH value | |||
2011-12-25 | Fix upgrade and uninstall functions to pick up $ZSH value | Indrajit Raychaudhuri | |
2011-12-22 | Added support for entries in /etc/ssh/ssh_known_hosts. | Kyle Smith | |
2011-12-21 | Ignore submodules dirty in prompt info | julien@macbook | |
2011-12-14 | Merge pull request #732 from ggustafsson/patch-1 | Robby Russell | |
Removed duplicate setting and sorted the remaining | |||
2011-12-03 | Removed duplicate setting and sorted the remaining | Göran Gustafsson | |
2011-11-15 | lib/termsupport now uses add-zsh-hook | Christian Höltje | |
This is needed to play nice with plugins that need various hooks. | |||
2011-08-30 | Merge pull request #490 from hwti/428f18cf428fd86bd6e99c4363e5f25d0e392506 | Robby Russell | |
Add key bindings for gnome-terminal on Fedora | |||
2011-08-30 | Revert "Enable red dots during completion by default". | Robby Russell | |
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place. This reverts commit fc49b4a4ded376cd82b813dcb6d72fdc050b7bed. | |||
2011-08-11 | Merge pull request #492 from hwti/red-dots-completion | Robby Russell | |
Display red dots during completion process (disabled by default) | |||
2011-08-01 | Merge in recent stuff | James Smith | |
2011-07-30 | Merge pull request #464 from bkonkle/patch-1 | Robby Russell | |
Minor corrections to deletion detection in git_prompt_status | |||
2011-07-28 | Enable red dots during completion by default | Loïc Yhuel | |
2011-07-24 | Display red dots during completion process (disabled by default) | Loïc Yhuel | |