Files
dotfiles/zshrc
T
2012-02-26 14:38:01 -05:00

9 lines
168 B
Bash

HISTFILE=~/.zsh-histfile
HISTSIZE=10000
SAVEHIST=100000
setopt appendhistory extendedglob nomatch
unsetopt autocd beep notify
bindkey -v
autoload -Uz compinit
compinit