# HG changeset patch # User Shingo W. Kagami # Date 1264168562 -32400 # Node ID a38aec29a244e23256a6d538bc8461b9fd1131c1 # Parent 259bcb3820693901b9a5776de3943d00fdd71ee6 Cosmetic changes. diff -r 259bcb382069 -r a38aec29a244 .zshrc --- a/.zshrc Fri Jan 22 22:54:09 2010 +0900 +++ b/.zshrc Fri Jan 22 22:56:02 2010 +0900 @@ -1,5 +1,3 @@ -# Lines configured by zsh-newuser-install - HISTFILE=~/.histfile HISTSIZE=1000000 SAVEHIST=1000000 @@ -8,15 +6,12 @@ setopt hist_ignore_dups setopt auto_pushd setopt magic_equal_subst + bindkey -e -# End of lines configured by zsh-newuser-install -# The following lines were added by compinstall -# zstyle :compinstall filename '/home/swk/.zshrc' +fpath=($fpath /usr/share/zsh/functions/Zle) -fpath=($fpath /usr/share/zsh/functions/Zle) autoload -U compinit compinit -u -# End of lines added by compinstall autoload history-search-end zle -N history-beginning-search-backward-end history-search-end