Skip to content

Instantly share code, notes, and snippets.

View hidek's full-sized avatar

Hideo Kimura hidek

View GitHub Profile
HISTFILE="$HOME/.zhistory"
HISTSIZE=1000000
SAVEHIST=1000000
autoload -U compinit
compinit
setopt always_last_prompt
setopt append_history