From 44b1adfd28097d7ff03a94c141d4150eea0ca24b Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Mon, 13 Aug 2012 04:22:58 +1200 Subject: [PATCH] Improved readme --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 2ea9cce..393f1dd 100644 --- a/README.markdown +++ b/README.markdown @@ -324,13 +324,13 @@ you can now type `gco 1` to checkout the first file in the output of SCM Breeze' ### 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. ### Zsh -You just need to set `setopt no_complete_aliases`, and zsh will expand aliases like `gb` to `git branch` -and use the completion for that. +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. # Updating