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
# 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'