From da08e6cdec19872e4c1351202ddb6bdafa2b2a4d Mon Sep 17 00:00:00 2001 From: Amand Tihon Date: Fri, 4 Nov 2011 15:24:55 +0100 Subject: [PATCH] [scm_breeze] Use scm_breeze if available. Also, add a binding that will match the code sent by scm_breeze for faking HOME key. --- S10_zshopts | 1 + S52_scm_breeze | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 S52_scm_breeze diff --git a/S10_zshopts b/S10_zshopts index a8f79c3..b722e4c 100644 --- a/S10_zshopts +++ b/S10_zshopts @@ -21,6 +21,7 @@ typeset -ga chpwd_functions # use emacs bindings bindkey -e +bindkey '\e[1~' beginning-of-line [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history diff --git a/S52_scm_breeze b/S52_scm_breeze new file mode 100644 index 0000000..6117e46 --- /dev/null +++ b/S52_scm_breeze @@ -0,0 +1,3 @@ +#! /usr/bin/zsh + +[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && . "$HOME/.scm_breeze/scm_breeze.sh" -- 2.39.2