- 28 Jun, 2014 5 commits
-
-
Albert Krewinkel authored
Merged from #2906 The function `git_prompt_info` calls `git config` for its stdout output, but doesn't handle the stderr output. This can lead to problems, e.g. if the git config file is unreadable for some reason (permissions etc). This fixes the issue by simply ignoring the stderr output.
-
Mikhail S. Pobolovets authored
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
-
Marc Cornellà authored
-
Fenhl authored
-
Fenhl authored
-
- 10 Jun, 2014 2 commits
-
-
Will Boyce authored
-
ncanceill authored
before, 128 was returned, which could display an error, but out of a git repo this should exit silently fixes #2226
-
- 08 Jun, 2014 7 commits
-
-
Clemens Werther authored
-
Hong Xu authored
Users may install their own version of autojump to override the system installed version.
-
Pieter Kokx authored
If you are using a submodule, ~/.vim/bundle/vundle/.git is a file, not a directory. So I changed the test for that.
-
Menno Pruijssers authored
-
Gaetan Semet authored
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
-
Julia Medina authored
-
Tim Kelty authored
This speeds up transfers significantly. No reason not to include it as far as I know.
-
- 07 Jun, 2014 2 commits
-
-
Chris Krycho authored
-
Christian Höltje authored
This allows customization via .zshenv if wanted. This is helpful for zsh developers and people who want to move it out of $HOME
-
- 06 Jun, 2014 1 commit
-
-
Marc Cornellà authored
Fixes #2008.
-
- 04 Jun, 2014 4 commits
-
-
n.st authored
from #2360
-
Jérôme Macias authored
-
ncanceill authored
as suggested in #2382
-
Dražen Lučanin authored
-
- 02 Jun, 2014 2 commits
-
-
Yachi Lo authored
-
Doug Jones authored
-
- 29 May, 2014 4 commits
-
-
ncanceill authored
inspired from #2018
-
ncanceill authored
continuating #1923
-
Theodore Kokkoris authored
-
Christophe Bliard authored
correctly detect when pygmentize is not installed do not exit shell if when pygmentize is not installed
-
- 28 May, 2014 5 commits
-
-
MrTux authored
-
Jim Hester authored
-
Yuanxuan Wang authored
-
Andrey Koleshko authored
Fix rbenv plugin for OS X latest homebrew
-
James Magnarelli authored
-
- 26 May, 2014 1 commit
-
-
Frank Behrens authored
-
- 25 May, 2014 2 commits
-
-
Sean McCann authored
By convention, user-specific aliases are kept in each user's .zshrc file. The .zshrc template provided by oh-my-zsh has an area for example aliases, though these were being loaded before other aliases in libs, plugins, and themes. As a result, personal aliases could be overwritten by these other aliases as they are loaded. To make personal customization easier, the sample aliases section of the .zshrc template has been moved to the area dedicated for personal customization. This section of the configuration is processed after all other items are loaded, preventing personal aliases and exports from being inadvertently clobbered by oh-my-zsh.
-
pangratz authored
Since the `bower` plugin specifies a `bi` alias and `bundle` plugin specifies a `bi` function, there is a name clash when using both plugins, which results in the message "Can't 'bundle install' outside a bundled project" when trying to execute `bower`. This adresses #2486
-
- 24 May, 2014 5 commits
-
-
Simon Courtois authored
-
Simon Courtois authored
This commit move the nocorrect aliases definition so they're called only when the user set ENABLE_CORRECTION to "true" to activate commands autocorrection.
-
Simon Courtois authored
Since commands auto-correction must be explicitly enable with the ENABLE_CORRECTION envvar, this commit replaces the unaccurate example in the zshrc template.
-
Mark Feltner authored
Reverts #2296, but mostly #1883. There is no need to source ~/.profile when this script is read. oh-my-zsh writes no configuration data in ~/.profile. If the user wishes to use data within ~/.profile, then they should source it in another place. Fixes #2315
-
Brian Hartvigsen authored
As far as I can tell (tested on Linux & Darwin, BSD man page seems to agree), `-d` is pretty univerally accepted as the depth argument. So instead of doing a test, we can just use -d and call it a day.
-