Mercurial > ec-dotfiles
changeset 73:d9aace34d144
[zsh] Bindkey sanity. Still not sane enough.
| author | Edho Prima Arief <me@myconan.net> | 
|---|---|
| date | Sat, 04 Jun 2011 19:24:48 +0700 | 
| parents | cb20a159ab00 | 
| children | 54a82956bb11 | 
| files | zsh | 
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- 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
