Cleans up minimal theme by not using a custom prompt function
Removed case of 2 spaces showing if not in a version controlled folder
Adds support for svn_prompt_info
* upstream/master: (35 commits)
make README reflect latest changes
URL Tools Plugin
added a comment to the composer installation alias
added Composer completition and aliases
added two aliases to Symfony2 Plugin
fix test aliases
Missing comment line
look for test/unit instead of test/units. #typo
Correct error message.
Clean up doc
Jira ticket shortcut to browse existing issues or create a new issue.
Add zeus plugin
Make rvm prompt function a bit cleaner
Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used
Add link to gist
Updated documentation for agnoster theme
Use HISTFILE evironment variable directly rather than copying it
added autojump plugin support for mac os x + port
Colemak plugin
Per directory history plugin
...
For non-trailing path components, we show only the first character. So, as in Fish proper, we convert ~/some/really/really/really/long/path/name to ~/s/r/r/r/l/p/name.
* 'master' of git://github.com/robbyrussell/oh-my-zsh: (146 commits)
auto-upadate feature will now reset the epoch so that if a user doesn't say yes, it won't ask them again for a while. fixes#1240
'rails' command should not be run with bundle exec
utilize sublime's embedded command line binary
escape whitespace
provide plugin for rbfu the ruby version switcher
Remove bogus "-" from nomz="ps -aux" alias.
Added another path
Fix finding git issue. http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script
added jexec
added plugin for jruby
correct the ruby version label for rbenv
theme cleanup
added first version of my theme af-magic
sanitized code according to coding style
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
remove readlink call and clean up
Explicitly tell rbenv to use zsh
Fixed unmached " in yum plugin
add --directory flag
Updating README to ask people to stop sending themes for now
...