summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-12-04Merge pull request #880 from darrenclark/fix-mac-terminal-app-echo-issueRobby Russell
Fixed Mac OS X Terminal.app related issue with extra newlines echoed
2012-12-04Merge pull request #1273 from ystein/masterRobby Russell
Typo in cd-wrapper
2012-12-02Merge pull request #1255 from SuprDewd/masterRobby Russell
Added a "please" alias for sudo
2012-12-02Merge pull request #1263 from tedv/headless-gitRobby Russell
Make git use sha when branch name is missing.
2012-12-02Merge pull request #1265 from aletessier/ssh-completionRobby Russell
Fix ssh plugin completion
2012-12-02resolving conflict in termsupport pluginTrae Robrock
2012-12-02Merge pull request #1341 from markusscherer/masterRobby Russell
fix title setting bug in xterm and urxvt
2012-12-02Merge pull request #1354 from F30/masterRobby Russell
Set the '-R' option for less not in $PAGER, but as $LESS
2012-12-02Merge pull request #1453 from simonoff/masterRobby Russell
new theme and rvm theming support
2012-12-02Removing mcd as it conflicts with mtoolsRobby Russell
2012-12-02Merge pull request #253 from loopj/masterRobby Russell
Added function git_remote_status to lib/git.zsh which extracts if the local branch is ahead/behind/diverged from remote
2012-12-02Set default for rvm prompt prefix/suffixAlexander Simonov
2012-12-02Fix RVM loading and RVM ruby version infoAlexander Simonov
2012-11-14Improved 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-13Set the '-R' option for less not in $PAGER, but as $LESS.Felix Dreissig
2012-10-03fix title setting bug in xterm and urxvtMarkus 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-26Make rvm prompt function a bit cleanerTrae Robrock
2012-09-26Fixing the rvm_prompt_info command, now it will not show empty parens if no ↵Trae Robrock
rvm is currently being used
2012-08-05fix typo in cd-wrapperYannik Stein
2012-08-01Correct variable used for global ssh known host completionAlexis Letessier
2012-07-31Make git use sha when branch name is missing.Ted Vessenes
2012-07-29Add branch status support to git_prompt_statusCaio 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-28Add a configuration option to disable autocorrectMorgan Larosa
2012-07-26Added a "please" alias for sudoBjarki Ágúst Guðmundsson
2012-07-24MergeJames Smith
2012-06-27Merge branch 'master' of github.com:essembeh/oh-my-zshSébastien M-B
2012-06-27Comment l aliasSébastien M-B
2012-06-25Merge remote-tracking branch 'upstream/master'Sébastien
2012-06-13Merge pull request #977 from scialex/better-dRobby Russell
Make the 'd' alias only show the directories that can be cd'd to using the number aliases.
2012-06-13Merge pull request #984 from vmalloc/less_r_pagerRobby Russell
Pager is 'less -R' to support colored outputs
2012-06-13Merge pull request #999 from ChaosData/masterRobby Russell
Auto title now disabled in emacs term mode
2012-06-13Merge pull request #1019 from matschaffer/patch-1Robby Russell
Don't clobber standard Esc+. behavior
2012-06-12Change hardcoded ~/.oh-my-zsh to $ZSH.s3
2012-04-18Add option to disable status notificationMartin Meredith
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
2012-04-12Merge remote branch 'upstream/master'Sébastien M-B
Conflicts: lib/completion.zsh
2012-03-17Don'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-07Disabled title function for emacs term modeJeffrey Dileo
2012-03-01Pager is 'less -R' to support colored outputsRotem Yaari
2012-02-28made the 'd' alias only show the directories that can be cd'ed to using the ↵Alex Light
number aliases
2012-02-23Fix spurious correction with sudo vim Andrew Ash
user@host:~ $ sudo vim /etc/rc.conf zsh: correct 'vim' to '.vim' [nyae]? http://www.zsh.org/mla/users/2012/msg00028.html
2012-02-21Fixed bug introduced when fixing issue 896cruser42
2012-02-08fixed introduced to parse_git_dirtyAleksey Orekhov
2012-02-08changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurateAleksey Orekhov
2012-02-08fixed asterisk display for modified repos in git prior to 1.7.2Aleksey Orekhov
2012-02-06add default rbenv_prompt_info implementation to close #878Brent Faulkner
2012-01-27Fixed Mac OS X Terminal.app related issue with extra newlines being printed ↵Darren Clark
out sometimes
2012-01-26Removed trailing spaces in Git files. Fixes #867Carlos Rodriguez
2012-01-26prompt git-remove as deletedTadaya Tsuyukubo
2011-12-30Get the HostnameGustavo Barron
Main library should use ZSH native hostname function
2011-12-26Merge pull request #764 from Fl4t/submodulesRobby Russell
Ignore submodules dirty in prompt info