#! bin/zsh # # this file: # http://user.it.uu.se/~embe8573/conf/.zsh/history # https://dataswamp.org/~incal/conf/.zsh/history setopt appendhistory setopt histignorealldups HISTSIZE=1000 SAVEHIST=$(( 10 * $HISTSIZE )) HISTFILE=~/.zsh-history