HISTFILE=~/.zsh-histfile HISTSIZE=10000 SAVEHIST=100000 setopt appendhistory extendedglob nomatch unsetopt autocd beep notify bindkey -v autoload -Uz compinit compinit export PS1="\$ " function precmd() { echo "$USER@$HOST:$PWD" }