# HG changeset patch # User Edho Prima Arief # Date 1307190288 -25200 # Node ID d9aace34d1441de3d5814711e025c5a5646906e7 # Parent cb20a159ab0057f71f85859289b2c0f5d9dd890c [zsh] Bindkey sanity. Still not sane enough. diff -r cb20a159ab00 -r d9aace34d144 zsh --- a/zsh Fri May 27 10:05:11 2011 -0400 +++ b/zsh Sat Jun 04 19:24:48 2011 +0700 @@ -6,12 +6,16 @@ ;; esac PS1='[%n@%m %~]%% ' +export PATH="${HOME}/.ecos_bin:${PATH}" HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory nomatch unsetopt autocd beep extendedglob notify bindkey -e +bindkey '^[[A' history-search-backward +bindkey '^[[B' history-search-forward + autoload -Uz compinit compinit