From 2aed99bb9e550c916136686a9d11948242d814fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Rustad?= Date: Thu, 24 Mar 2011 15:07:48 +0100 Subject: [PATCH] Autocomplete parent dir. and inc. histsize --- zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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' -- 2.47.3