HISTFILE=~/.zsh/hist HISTSIZE=100000 SAVEHIST=10000 setopt appendhistory extendedglob nomatch unsetopt autocd beep bindkey -e bindkey "^[[H" beginning-of-line bindkey "^[[F" end-of-line zstyle :compinstall filename '/home/marrub/.zshrc' autoload -Uz compinit compinit alias rebuild=$HOME/src/scripts/rebuild.sh