Cosmetic changes.
authorShingo W. Kagami
Fri, 22 Jan 2010 22:56:02 +0900
changeset 9a38aec29a244
parent 8 259bcb382069
child 10 0afd98c7dab2
Cosmetic changes.
.zshrc
     1.1 --- a/.zshrc	Fri Jan 22 22:54:09 2010 +0900
     1.2 +++ b/.zshrc	Fri Jan 22 22:56:02 2010 +0900
     1.3 @@ -1,5 +1,3 @@
     1.4 -# Lines configured by zsh-newuser-install
     1.5 -
     1.6  HISTFILE=~/.histfile
     1.7  HISTSIZE=1000000
     1.8  SAVEHIST=1000000
     1.9 @@ -8,15 +6,12 @@
    1.10  setopt hist_ignore_dups
    1.11  setopt auto_pushd
    1.12  setopt magic_equal_subst
    1.13 +
    1.14  bindkey -e
    1.15 -# End of lines configured by zsh-newuser-install
    1.16 -# The following lines were added by compinstall
    1.17 -# zstyle :compinstall filename '/home/swk/.zshrc'
    1.18 +fpath=($fpath /usr/share/zsh/functions/Zle)
    1.19  
    1.20 -fpath=($fpath /usr/share/zsh/functions/Zle)
    1.21  autoload -U compinit
    1.22  compinit -u
    1.23 -# End of lines added by compinstall
    1.24  
    1.25  autoload history-search-end
    1.26  zle -N history-beginning-search-backward-end history-search-end