* upstream/master: (128 commits)
Fixing some issues where show repeated weird values, and fixed commands that need the container autocomplete without being running, like start, now it autocompletes showing all the containers so you can start without knowing the right name
Add autocomplete for frontend-search
fix stackoverflow url in search
Add stackoverflow link
Fixed Typo.
[Modify] Update django.plugin.zsh for Django 1.7.6
Update _adb
Use camelCase for npm aliases
Added missing 'stt' command alias
Add README.md file
Re-order OS detection if..else statement.
add nmap plugin with some aliases for scan modes
Update Grunt plugin to 0.1.2
Fixing spaces in title and message given to bgnotify on OS X
Removing say() function in perl plugin so that it doesn't overwrite OSX comand line utility. Closes#2562
Adding keystrong return to oascrupt per suggestion by @enzzzy. Fixes#2913.
Updating histoby-substring-search README to instruct user to load plugins via .zshrc. Closes#1832.
Shorten the zle check and reset-prompt into one line.
Removing --no-check-certificate from README
Missed a few textile formatting spots
...
Fixes a bug where color of status arrow in prompt is red even when the exit code was zero (or success). This fix correclty returns green arrow on success and red for non-success exit code.
in the trapd00r theme vcs info is already displayed on the first line if in a version controlled directory. the second vcs info was displayed at the end of the second line without providing additional information. this was removed.
* 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
...
* blessed/master:
Revert "Exit early from git plugin if not in git repo."
Support dynamically defined Vagrant machines
Symfony2 plugin autocomplete for app/console and bin/console
Symfony2 plugin look for files only
Symfony2 plugin use first console found
fix missing add-zsh-hook in pygmalion.zsh-theme
Use $OSTYPE instead of uname to speed things up
Trust but verify 'scutil' to return ComputerName
Add spaces before bullet-points to more easily distinguish them from one another and the rest of the prompt when using smaller font-sizes and do not add a blank line prior to prompt output; if there's a desire for spacing, one can use their terminal's line-height to achieve this.