summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-12-31Joins ruby prompt files and adds ruby_prompt_info.LFDM
2013-12-31Adds chruby_prompt_info dummy function.LFDM
2013-12-31Returns false when rbenv is not found.LFDM
2013-12-31Returns false when rvm is not found.LFDM
2013-12-31Fixes rvm_prompt_info() in lib/rvm.zshLFDM
2013-12-04Making auto-correction off by defaultBob Bonifield
- Allows for the user to turn on auto-correction using the $ENABLE_CORRECTION variable - Adds aliases regardless of variable assignment to aid users that use setopt to turn correction back on in their zshrc
2013-12-03Merge pull request #2176 from dejanlukan/spectrumRobby Russell
Added the spectrum_bls function, which prints all 256 colors set as the background.
2013-12-02Merge pull request #1134 from koraa/pull_req_helpersRobby Russell
Helpers for default variables and alias value access
2013-12-02Merge pull request #1928 from dongweiming/add-hist-stampRobby Russell
Add option for show in the command execution time stamp in the history
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-29Added/modified some useful aliases.Stefan Tatschner
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-10-16Added the spectrum_bls function, which prints all 256 colors set as thedejan
background. We can easily see which color we want to set when changing the PS1 shell variable, since the colors are more distinctive.
2013-06-30Add option for show in the command execution time stamp in the historydongweiming
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