From: Amand Tihon Date: Fri, 4 Nov 2011 14:24:55 +0000 (+0100) Subject: [scm_breeze] Use scm_breeze if available. X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=commitdiff_plain;h=da08e6cdec19872e4c1351202ddb6bdafa2b2a4d [scm_breeze] Use scm_breeze if available. Also, add a binding that will match the code sent by scm_breeze for faking HOME key. --- 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"