* blessed/master: (75 commits)
added exec command to docker plugin
Quote path in case $HOME has a space in it.
Update the list of Heroku Postgres commands
fix(tools/check_for_upgrade): Don't source profile
Fix aws.plugins.zsh check rule
Revert PR #3359 as this is breaking stuff for many folks. Need to rethink how we handle system defaults differently on this
Updated Yii2 command completion
added node- before node version for consistency
mira theme shows active node, ruby and java versions
Add yii2 readme
Added Yii2 command completion
Change to alias and remove deprecated GREP_COLOR
Tidy up the grep.zsh library
Use unaliased grep in flag check
Ignore .bzr folders in grep too
Extract VCS folders definition to avoid repetition
Add itunes shuffle command to OSX plugin.
Fixed output issues webith websearch plugin.
Fix dircycle plugin
add current bookmark to rkj-repos theme
...
By convention, user-specific aliases are kept in each user's .zshrc
file. The .zshrc template provided by oh-my-zsh has an area for example
aliases, though these were being loaded before other aliases in libs, plugins,
and themes. As a result, personal aliases could be overwritten by these
other aliases as they are loaded. To make personal customization easier, the
sample aliases section of the .zshrc template has been moved to the area
dedicated for personal customization. This section of the configuration
is processed after all other items are loaded, preventing personal aliases
and exports from being inadvertently clobbered by oh-my-zsh.
Since commands auto-correction must be explicitly enable with
the ENABLE_CORRECTION envvar, this commit replaces the unaccurate
example in the zshrc template.
Although the zshrc template adds a PATH= string, this is overwritten by the installer script.
This allows it to be placed anywhere in the file instead of having to append at the end.
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.