Update README [ci skip]

This commit is contained in:
Nathan Broadbent
2013-04-09 12:13:50 +12:00
parent a8b1284244
commit 6fec96ee35

View File

@@ -283,6 +283,12 @@ The install script just adds the following line to your `.bashrc` or `.zshrc`:
`[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"` `[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"`
# Updating
Please run `update_scm_breeze` to fetch the latest code. This will update SCM Breeze from Github,
and will create or patch your `~/.*.scmbrc` config files if any new settings are added.
# Uninstall # Uninstall
```bash ```bash
@@ -335,13 +341,6 @@ You will need to set that up yourself.
You just need to set the option: `setopt no_complete_aliases` (oh-my-zsh sets this by default). You just need to set the option: `setopt no_complete_aliases` (oh-my-zsh sets this by default).
Zsh will then expand aliases like `gb` to `git branch`, and use the completion for that. Zsh will then expand aliases like `gb` to `git branch`, and use the completion for that.
# Updating
Run `update_scm_breeze`. This will update SCM Breeze from Github,
and will create or patch your `~/.*.scmbrc` files if any new settings are added.
# Contributing # Contributing
SCM Breeze lives on Github at [https://github.com/ndbroadbent/scm_breeze](https://github.com/ndbroadbent/scm_breeze) SCM Breeze lives on Github at [https://github.com/ndbroadbent/scm_breeze](https://github.com/ndbroadbent/scm_breeze)