.zshrc
changeset 177 95c784cc8cbb
parent 172 755ff9f067d0
child 179 ed15e30ff41a
equal deleted inserted replaced
176:88a4aa7a6e7c 177:95c784cc8cbb
     1 
     1 
     2 HISTFILE=~/.histfile
     2 HISTFILE=~/.histfile
     3 HISTSIZE=1000
     3 HISTSIZE=1000
     4 SAVEHIST=1000
     4 SAVEHIST=1000
     5 
     5 
     6 setopt appendhistory autocd beep extendedglob nomatch notify
     6 setopt autocd beep extendedglob nomatch notify
       
     7 
       
     8 setopt hist_ignore_all_dups
       
     9 setopt append_history
       
    10 setopt hist_ignore_space
       
    11 setopt hist_no_functions
     7 
    12 
     8 # Emacs like editing.
    13 # Emacs like editing.
     9 bindkey -e
    14 bindkey -e
    10 
    15