summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-12-02Merge pull request #513 from randy909/fix-edit-cmdlineRobby Russell
Fix edit-command-line binding
2013-12-02Merge pull request #2229 from prubianes/masterRobby Russell
Bazaar Integration Lib
2013-12-02Merge pull request #2236 from Isquariel/nvmRobby Russell
Added function to show current Node.js version and new Bureau theme
2013-12-02Merge pull request #2270 from michaelorr/slow-git-fixRobby Russell
Optionally disable git_prompt_info with git config option for very large repos
2013-11-20adding a check for git config option to disable git_prompt_info() on a per ↵Michael Orr
repo basis
2013-11-14Add support for colored ls output on OpenBSDPetter Abrahamsson
2013-11-08Added nvm.zsh to detect current Node.js versionisquariel
2013-11-06Modification to the frisk theme to work with the BZR libPablo Rubianes
2013-06-25Merge pull request #1773 from essembeh/masterRobby Russell
Uncomment l alias
2013-06-21Merge pull request #1887 from tgkokk/git-slow-fixRobby Russell
Fixed slow behavior when using GitHub wrappers
2013-06-12Fixed slow behavior when using GitHub wrappersTheodore Kokkoris
2013-06-11Escape both % and $ in the command lineEhren Kret
Fixes issue #1884
2013-05-19Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option.Christopher Roach
2013-04-28Uncomment l aliasSébastien M-B
2013-04-23Merge pull request #690 from essembeh/masterRobby Russell
Adding ~/.ssh/config parsing for host list and theme.
2013-04-23Merge pull request #922 from sbfaulkner/masterRobby Russell
patch rbenv support for themes
2013-04-23Resolving conflict with merge of #970Robby Russell
2013-04-23Merge pull request #1565 from serdardalgic/autoenv-pluginRobby Russell
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv.
2013-04-23Resolving conflict in #1266 mergeRobby Russell
2013-04-23Resolving conflict when merging in 1570Robby Russell
2013-04-23Merge pull request #1582 from To1ne/pushdminusRobby Russell
use pushdminus
2013-04-23Merge pull request #1608 from swanandp/m_lion_terminal_same_tab_supportRobby Russell
Mountain Lion Terminal App: Support for opening tabs and windows in the same folder.
2013-04-23Merge pull request #1740 from felipec/fc/gitRobby Russell
git: fix parse_git_dirty()
2013-04-22Added option to allow untracked files as non dirtyJeremy 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-21git: 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-12Merge pull request #1531 from lcosmin/masterRobby Russell
Fixed 'ls' issue on NetBSD
2013-04-07Merge pull request #1654 from bertag/parse-git-dirty-support-for-1.6Robby Russell
parse_git_dirty() support for Git 1.6
2013-04-03This fixes checking for git untracked itemsChristian Höltje
The grep expression was incorrect for normal grep. Adding the `-E` option fixed the escaping of the question marks.
2013-03-26Merge pull request #749 from blueyed/setopt-correctRobby Russell
Only `setopt correct`, not "correct_all".
2013-03-26Merge pull request #1661 from hellerbarde/masterRobby Russell
Fix some problems with git enabled prompts where they *always* claim to have untracked files
2013-03-26Merge pull request #1616 from sxeraverx/masterRobby Russell
pipe git version check error to /dev/null (for when git doesn't exist)
2013-03-15allow setting a custom HISTFILE before oh-my-zsh is loadedFlavius Aspra
2013-03-14fix git_prompt_status() to not say the repository has untracked files all ↵Philip Stark
the time
2013-03-11Tweaked 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-19pipe git version check error to /dev/null (for when git doesn't exist)Thomas Minor
2013-02-14Support for opening tabs and windows in the same This fixed #1498 for me on ↵Swanand Pagnis
Mountain Lion
2013-02-13Did a full circle and went back to # On branch masterYoav Weiss
# 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
2013-02-13Fixed dirty check to include files added to indexYoav Weiss
2013-02-08Merge remote-tracking branch 'upstream/master'Sébastien M-B
Conflicts: lib/aliases.zsh
2013-02-04use pushdminusToon Claes
2013-01-30Closer to original status command, using SUBMODULE SYNTAXYoav Weiss
2013-01-27Faster dirty git status check (using git diff)Yoav Weiss
2013-01-25Add autoenv plugin, which adopts using Kenneth Reitz's autoenv intoSerdar Dalgıç
oh-my-zsh.
2013-01-10Merge pull request #1077 from Mezzle/add-option-to-show-git-statusRobby Russell
Add option to disable status notification
2013-01-03Fixed coding styleCosmin Lu?ă
2012-12-31Fixes #1489Robby Russell
Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes" This reverts commit 8f89d4d5a5d584bae288d8111d83a6489a1369dc.
2012-12-31Fixed issue with NetBSD's lsCosmin Lu?ă
2012-12-07Add Stash toogle to display if there's some stash or not in `git_prompt_status`MAD
2012-12-04Merge pull request #1258 from caio/git-branch-statusRobby Russell
Add branch status support to git_prompt_status
2012-12-04Merge pull request #875 from ttddyy/prompt_git-removeRobby Russell
prompt git-rm as deleted