From 086af30a666589c63658d637842df5c13605b60b Mon Sep 17 00:00:00 2001 From: Nate Soares Date: Mon, 15 Oct 2012 16:56:42 -0700 Subject: [PATCH] no more cdablevars. predict instead. --- lib/config.zsh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/config.zsh b/lib/config.zsh index 323042366520..72941b6ee678 100644 --- a/lib/config.zsh +++ b/lib/config.zsh @@ -1,16 +1,19 @@ -setopt dvorak autocd beep extendedglob nomatch interactivecomments -setopt prompt_subst long_list_jobs multios cdablevars +setopt dvorak prompt_subst +setopt beep autocd nomatch multios +setopt extendedglob +setopt interactivecomments +setopt long_list_jobs stty -ixon # prompt coloring -autoload colors -colors +autoload colors; colors +autoload predict; predict-on # smart urls autoload -U url-quote-magic zle -N self-insert url-quote-magic -# file rename magic +# Meta-m to repeat yourself bindkey "^[m" copy-prev-shell-word export CCACHE_DIR=$XDG_CACHE_HOME/ccache