summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2014-03-25Updates spectrum.zshLFDM
2014-03-25Fix export syntax of $GREP_OPTIONSMarc Cornellà
Fixes #2641, #2642
2014-03-25avoid VCS foldersnXqd
2014-03-25`setopt append_history` is not necessary.Daniel Hahler
Especially given the inc_append_history option, it is not necessary to set the (default) append_history option.
2014-03-21Added a forward-delete fallback to bind Delete keyAlexei Danchenkov
Delete key (of Fn+Delete on Mac) would print "~" instead of deletion.
2014-03-20Aligned commentsAlexei Danchenkov
2014-03-20Update key-bindings.zshAlexei Danchenkov
Aligned comments
2014-03-20added terminfo keys verificationAlexei Danchenkov
2014-03-16Ignore more users in ssh completion.Mariusz Fik
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2014-03-15Merge pull request #2602 from blueyed/use-default-hosts-completion-2Robby Russell
Use zsh's default for ':completion:*:hosts'
2014-03-13Merge pull request #2591 from kevinxucs/remove-extra-aliasesRobby Russell
Removed unsolicited aliases.
2014-03-13Use zsh's default for ':completion:*:hosts'Daniel Hahler
The manual configuration of ':completion:*:hosts' causes some problems (e.g. issue #1337), and misses useful information (especially from ~/.ssh/known_hosts; issue #690 and issue #1009). The best option appears to be using zsh's default configuration for ':completion:*:hosts'. While rebasing this for a new pull request (#1498 got closed by accident and then requests to re-open it got ignored), it also drops the `users off` setting: completion of user names can be useful, and the commit adding it (c4434d2) does not state why.
2014-03-13Merge pull request #1355 from F30/key-bindingsRobby Russell
Use terminfo key codes instead of hardcoded ones for key bindings
2014-03-10Removed unsolicited aliases.Kaiwen Xu
Those aliases should be in user's .zshrc file, instead of being default.
2014-03-08Merge pull request #2341 from mcornella/title_backticksRobby Russell
Avoid evaluating special chars in $LINE on title command (fixes #2234)
2014-03-08Merge pull request #2287 from rumpelsepp/masterRobby Russell
Added/modified some useful aliases.
2014-02-21Avoid 'title:parse error' with single quotes in $CMDMarc Cornellà
Fixes #2182
2014-02-21Revert previous commit, escape %Marc Cornellà
2014-02-21Use single quotes also in $LINE definitonMarc Cornellà
2014-02-21Avoid evaluating special chars in $LINE on title command (fixes #2234)Marc Cornellà
2014-01-07No need to eval in rvm_prompt_info!LFDM
Just activate word-splitting.
2014-01-06Renames the file to prompt_info_functions.zshLFDM
2014-01-06Adds documentation.LFDM
2014-01-06Adds all other dummy implementations.LFDM
2013-12-31Refactors ruby_prompts.zshLFDM
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