* feature/pre-commit-hook: (186 commits)
added git alias to list remote branch creators with date and time
Add Kind support
Fix the commandline for gifski
Add Terraform and Terragrunt aliases
lib: helpers: Handle stable revert update
lib: helpers: Rename Upgrading -> Updating
lib: Fetch from remote before calculating latest tag in bash-it update
test: Add completion test for -s --silent flag
completion: Add --silent and -s completion
doc: Add --silent flag documentation
helpers: Add --slient option to bash-it update
lib: Update no-op message in case of stable update
lib: Add BASH_IT_DEVELOPMENT_BRANCH variable
lib: Update to stable now correctly fails if no tags are present
doc: Add stable/dev option to update section
completion: Update completion for new bash-it update
lib: Improve bash-it update so it can update to latest tag
alias: git: Add new pretty git log alias (ggf)
alias: git: Add git pull / git push --force aliases
Add bash-it restart command
...
Out of the box, `curl` reports success (via exit code) even if the
server returns an error, e.g. _429 Too Many Requests_ which was
sometimes the case with `http://myip.dnsomatic.com`. So, errors went
undetected.
There is the `--fail` switch which enables us to use the exit code the
way we need:
> -f, --fail
> (HTTP) Fail silently (no output at all) on server
> errors. This is mostly done to better enable scripts etc
> to better deal with failed attempts. In normal cases
> when an HTTP server fails to deliver a document, it
> returns an HTML document stating so (which often also
> describes why and more). This flag will prevent curl
> from outputting that and return error 22.
Use it to make the `myip()` deliver results reliably.
* master:
Update vagrant.completion.bash
netshoot alias for k8s
add THEME_SHOW_RUBY_PROMPT.
add RUBY_VERSION_PROMPT_DISABLED parameter for PS1 prompt.
fix code review issues.
envy theme add python virtual_env display support.
Use new line character instead semicolon in the preexec hook
Added a comment
Adds metadata + support for multiple arguments
Add cht.sh plugin