Skip to content

Instantly share code, notes, and snippets.

View aryanwf's full-sized avatar
👀

aryan aryanwf

👀
View GitHub Profile
# wsl zsh config
if [ ! -f ~/.zshrc.zwc ] || [ ~/.zshrc -nt ~/.zshrc.zwc ]; then
zcompile ~/.zshrc
fi
#cmd history
HISTFILE=~/.zsh_history
HISTSIZE=5000
SAVEHIST=5000
setopt EXTENDED_HISTORY
setopt HIST_EXPIRE_DUPS_FIRST