From: Bjørn Rustad Date: Thu, 24 Mar 2011 14:07:48 +0000 (+0100) Subject: Autocomplete parent dir. and inc. histsize X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=2aed99bb9e550c916136686a9d11948242d814fd;p=dotfiles Autocomplete parent dir. and inc. histsize --- diff --git a/zshrc b/zshrc index 4dfbe58..bc5c083 100644 --- 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'