Skip to content

Instantly share code, notes, and snippets.

@orivee
orivee / .zshrc
Created July 27, 2019 08:29 — forked from zserge/.zshrc
autoload -U compinit colors vcs_info
colors
compinit
REPORTTIME=3
HISTFILE=~/.zhistory
HISTSIZE=5000
SAVEHIST=5000
setopt INC_APPEND_HISTORY
setopt EXTENDED_HISTORY