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