Tell user to load SCM Breeze manually.

This commit is contained in:
Nathan Broadbent
2011-10-19 18:33:32 +08:00
parent 2d54f0d9de
commit 21c2f1b4ff
2 changed files with 2 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ _bind(){
if [[ $shell == "zsh" ]]; then # zsh
bindkey -s "$1" "$2"
else # bash
bind "\"$1\": \"$2\"" 2>&1 > /dev/null
bind "\"$1\": \"$2\""
fi
}