# history
export HISTORY_IGNORE="(ls|cd|pwd|cd ..)"
export HISTSIZE=500000
export SAVEHIST=500000
setopt append_history
setopt hist_ignore_all_dups
setopt hist_ignore_space
setopt share_history
export PROMPT_EOL_MARK=''