]> git.rustad.me Git - dotfiles/commitdiff
Autocomplete parent dir. and inc. histsize
authorBjørn Rustad <rustadbjornen@gmail.com>
Thu, 24 Mar 2011 14:07:48 +0000 (15:07 +0100)
committerBjørn Rustad <rustadbjornen@gmail.com>
Thu, 24 Mar 2011 14:07:48 +0000 (15:07 +0100)
zshrc

diff --git a/zshrc b/zshrc
index 4dfbe585860e4b02203d5f26651c58c4990ce232..bc5c0830fb61826292d1d69bfb3aff3d4455f4b0 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -3,6 +3,7 @@
 zstyle ':completion:*' completer _complete _ignored
 zstyle ':completion:*' list-colors ''
 zstyle ':completion:*' verbose true
+zstyle ':completion:*' special-dirs true
 zstyle :compinstall filename '/home/cassarossa/itk/bjornrus/.zshrc'
 
 autoload -Uz compinit
@@ -10,8 +11,8 @@ compinit
 # End of lines added by compinstall
 # Lines configured by zsh-newuser-install
 HISTFILE=~/.histfile
-HISTSIZE=9000
-SAVEHIST=9000
+HISTSIZE=900000
+SAVEHIST=900000
 bindkey -e
 
 alias ls='ls --color=auto'