git.fiddlerwoaroof.com
zsh/zsh_plugins/dependencies/sh-opts.zsh
eb308c57
 setopt allexport
 setopt autocd
 setopt autolist
 setopt autopushd
 setopt cdablevars
 setopt completeinword
b9bcaac6
 setopt extended_glob
eb308c57
 setopt histexpiredupsfirst
 setopt histignorealldups
 setopt histverify
 setopt listpacked
 setopt markdirs
b9bcaac6
 setopt nobeep
eb308c57
 setopt nobgnice
b9bcaac6
 setopt nochaselinks
eb308c57
 setopt promptsubst
 setopt pushdignoredups
 setopt sharehistory
 
 export SAVEHIST=10000000
 export HISTSIZE=10000000
 export HISTFILE=$HOME/.zshistory