Improved readme

This commit is contained in:
Nathan Broadbent
2012-08-13 04:22:58 +12:00
parent 5e7f49ec7d
commit 44b1adfd28

View File

@@ -324,13 +324,13 @@ you can now type `gco 1` to checkout the first file in the output of SCM Breeze'
### Bash ### Bash
If you wrap your own aliases, SCM Breeze will **not** set up bash tab completion for your aliases. If you use your own aliases, SCM Breeze will **not** set up bash tab completion for your aliases.
You will need to set that up yourself. You will need to set that up yourself.
### Zsh ### Zsh
You just need to set `setopt no_complete_aliases`, and zsh will expand aliases like `gb` to `git branch` You just need to set the option: `setopt no_complete_aliases` (oh-my-zsh sets this by default).
and use the completion for that. Zsh will then expand aliases like `gb` to `git branch`, and use the completion for that.
# Updating # Updating