Tell user to load SCM Breeze manually.
This commit is contained in:
@@ -14,8 +14,6 @@ done
|
|||||||
# Create '~/.*.scmbrc' files from example files
|
# Create '~/.*.scmbrc' files from example files
|
||||||
_create_or_patch_scmbrc
|
_create_or_patch_scmbrc
|
||||||
|
|
||||||
# Load SCM Breeze in current shell
|
|
||||||
. "$HOME/.scm_breeze/scm_breeze.sh"
|
|
||||||
|
|
||||||
echo "== SCM Breeze loaded into current shell with default settings."
|
echo "== Run 'source ~/.bashrc' (or 'source ~/.zshrc') to load SCM Breeze into your current shell."
|
||||||
|
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ _bind(){
|
|||||||
if [[ $shell == "zsh" ]]; then # zsh
|
if [[ $shell == "zsh" ]]; then # zsh
|
||||||
bindkey -s "$1" "$2"
|
bindkey -s "$1" "$2"
|
||||||
else # bash
|
else # bash
|
||||||
bind "\"$1\": \"$2\"" 2>&1 > /dev/null
|
bind "\"$1\": \"$2\""
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user