Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-23 | change nyancat telnet server | Kevin Lange | |
miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror | |||
2014-01-18 | Adds a method that print a battery gauge | Brice 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-10 | Fixes _rails_command | LFDM | |
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-10 | Renames main plugin function to `svn_prompt_info` | Brice Dutheil | |
2014-01-08 | Renamed the methods of this script | Brice Dutheil | |
2014-01-08 | Added further cleanup and svn status information | Brice Dutheil | |
2014-01-07 | No need to eval in rvm_prompt_info! | LFDM | |
Just activate word-splitting. | |||
2014-01-07 | Heavy refactor of svn-fast-info | LFDM | |
2014-01-06 | Merge pull request #2389 from driver2000/patch-1 | Robby Russell | |
Fix bad right prompt placing. | |||
2014-01-06 | Merge pull request #2398 from phstc/fixes-tmuxinator-plugin-find | Robby Russell | |
Fixes tmuxinator plugin `find` on OSX | |||
2014-01-07 | Inline `parse_svn` to avoid leaky state | Brice Dutheil | |
As noted in review, `in_svn` is not properly reset to false. This is better anyway to not leak state. | |||
2014-01-06 | Report the SVN need upgrade | Brice Dutheil | |
This happen when subversion 1.7+ is used on a repository created with subversion up to 1.6 | |||
2014-01-06 | Fixes RPROMPT in af-magic.zsh-theme | LFDM | |
2014-01-06 | Renames the file to prompt_info_functions.zsh | LFDM | |
2014-01-06 | Adds documentation. | LFDM | |
2014-01-06 | Adds all other dummy implementations. | LFDM | |
2014-01-04 | new faster SVN plugin | Brice Dutheil | |
2014-01-03 | Fixes tmuxinator plugin find on OSX | Pablo Cantero | |
2014-01-02 | Merge pull request #2396 from soluwalana/master | Robby Russell | |
Fix WIP false positive | |||
2014-01-02 | escape dashes | Sam O | |
2014-01-02 | Update git.plugin.zsh | Sam O | |
2013-12-31 | Fix bad right prompt placing. | Daniele | |
2013-12-31 | Refactors ruby_prompts.zsh | LFDM | |
2013-12-31 | Joins ruby prompt files and adds ruby_prompt_info. | LFDM | |
2013-12-31 | Adds chruby_prompt_info dummy function. | LFDM | |
2013-12-31 | Returns false when rbenv is not found. | LFDM | |
2013-12-31 | Returns false when rvm is not found. | LFDM | |
2013-12-31 | Fixes rvm_prompt_info() in lib/rvm.zsh | LFDM | |
2013-12-21 | fix name schema for sudo plugin | lumbric | |
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-19 | Add support to command "show" | chuancong | |
2013-12-18 | Revert "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-18 | Merge pull request #2358 from n-st/master | Robby Russell | |
Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory. | |||
2013-12-18 | Cancel update if the current user doesn't have write permissions for the ↵ | n.st | |
oh-my-zsh directory. | |||
2013-12-13 | Prevents oh-my-zsh loading the .zshenv twice | Juan Ignacio Donoso | |
2013-12-11 | Add rdmtc alias for rails plugin. | Mikhail Nikalyukin | |
2013-12-10 | typo fix | Andy Fleming | |
2013-12-09 | catimg: fix exit without using source | Eduardo San Martin Morote | |
supresses errors from convert whilen converting, as they are usually just warnings | |||
2013-12-09 | Fixed a dirs bug for catimg | Eduardo San Martin Morote | |
2013-12-09 | Fix for virtualenv support - fixes #2328, fixes #2297, resolves #2319 | Andy Fleming | |
2013-12-09 | catimg plugin | Eduardo San Martin Morote | |
allow to print an image to the stdout using convert | |||
2013-12-08 | Improve comments | Foivos | |
2013-12-08 | Improve comments | Foivos | |
2013-12-04 | Merge pull request #2316 from BBonifield/master | Robby Russell | |
Making auto-correction off by default. Okay, I don't feel so strongly these days about this. | |||
2013-12-04 | Making auto-correction off by default | Bob 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-03 | Merge pull request #2303 from petervanderdoes/git-flow-avh | Robby Russell | |
Update git-flow-avh 1.7.0 | |||
2013-12-03 | Merge pull request #2296 from pstadler/master | Robby Russell | |
check_for_upgrade.sh: source ~/.profile only if it exists | |||
2013-12-03 | Update git-flow-avh 1.7.0 | Peter van der Does | |
2013-12-03 | source ~/.profile only if it exists | Patrick Stadler | |
2013-12-03 | Merge pull request #2208 from onemouth/master | Robby Russell | |
Update git.plugin.zsh | |||
2013-12-03 | Merge pull request #2173 from jeffrey4l/venv | Robby Russell | |
Add support .venv folder as virtual env |