summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-23change nyancat telnet serverKevin Lange
miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror
2014-01-18Adds a method that print a battery gaugeBrice Dutheil
It is especially useful for themes, this function is a port of the code written by Steve Losh and made available on [this blog entry](http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/#my-right-prompt-battery-capacity)
2014-01-10Fixes _rails_commandLFDM
Changes precedence of the conditional clause, more recent versions come first now. Fixes problems when users update their app and still have the old rails files inside of their file tree. Closes #2405 - check the discussion there for further info.
2014-01-10Renames main plugin function to `svn_prompt_info`Brice Dutheil
2014-01-08Renamed the methods of this scriptBrice Dutheil
2014-01-08Added further cleanup and svn status informationBrice Dutheil
2014-01-07No need to eval in rvm_prompt_info!LFDM
Just activate word-splitting.
2014-01-07Heavy refactor of svn-fast-infoLFDM
2014-01-06Merge pull request #2389 from driver2000/patch-1Robby Russell
Fix bad right prompt placing.
2014-01-06Merge pull request #2398 from phstc/fixes-tmuxinator-plugin-findRobby Russell
Fixes tmuxinator plugin `find` on OSX
2014-01-07Inline `parse_svn` to avoid leaky stateBrice Dutheil
As noted in review, `in_svn` is not properly reset to false. This is better anyway to not leak state.
2014-01-06Report the SVN need upgradeBrice Dutheil
This happen when subversion 1.7+ is used on a repository created with subversion up to 1.6
2014-01-06Fixes RPROMPT in af-magic.zsh-themeLFDM
2014-01-06Renames the file to prompt_info_functions.zshLFDM
2014-01-06Adds documentation.LFDM
2014-01-06Adds all other dummy implementations.LFDM
2014-01-04new faster SVN pluginBrice Dutheil
2014-01-03Fixes tmuxinator plugin find on OSXPablo Cantero
2014-01-02Merge pull request #2396 from soluwalana/masterRobby Russell
Fix WIP false positive
2014-01-02escape dashesSam O
2014-01-02Update git.plugin.zshSam O
2013-12-31Fix bad right prompt placing.Daniele
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-21fix name schema for sudo pluginlumbric
Plugin won't load automatically if added to variable $plugins, if name schema different than $name/$name.plugin.zsh is used (see is_plugin() in oh-my-zsh.sh).
2013-12-19Add support to command "show"chuancong
2013-12-18Revert "Cancel update if the current user doesn't have write permissions for ↵Robby Russell
the oh-my-zsh directory." This reverts commit 152e1e07e0397ecc3f1778ea597d081c33ee8ff4.
2013-12-18Merge pull request #2358 from n-st/masterRobby Russell
Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory.
2013-12-18Cancel update if the current user doesn't have write permissions for the ↵n.st
oh-my-zsh directory.
2013-12-13Prevents oh-my-zsh loading the .zshenv twiceJuan Ignacio Donoso
2013-12-11Add rdmtc alias for rails plugin.Mikhail Nikalyukin
2013-12-10typo fixAndy Fleming
2013-12-09catimg: fix exit without using sourceEduardo San Martin Morote
supresses errors from convert whilen converting, as they are usually just warnings
2013-12-09Fixed a dirs bug for catimgEduardo San Martin Morote
2013-12-09Fix for virtualenv support - fixes #2328, fixes #2297, resolves #2319Andy Fleming
2013-12-09catimg pluginEduardo San Martin Morote
allow to print an image to the stdout using convert
2013-12-08Improve commentsFoivos
2013-12-08Improve commentsFoivos
2013-12-04Merge pull request #2316 from BBonifield/masterRobby Russell
Making auto-correction off by default. Okay, I don't feel so strongly these days about this.
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 #2303 from petervanderdoes/git-flow-avhRobby Russell
Update git-flow-avh 1.7.0
2013-12-03Merge pull request #2296 from pstadler/masterRobby Russell
check_for_upgrade.sh: source ~/.profile only if it exists
2013-12-03Update git-flow-avh 1.7.0Peter van der Does
2013-12-03source ~/.profile only if it existsPatrick Stadler
2013-12-03Merge pull request #2208 from onemouth/masterRobby Russell
Update git.plugin.zsh
2013-12-03Merge pull request #2173 from jeffrey4l/venvRobby Russell
Add support .venv folder as virtual env