Update README [ci skip]
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user