Skip to content

Instantly share code, notes, and snippets.

View monoliths's full-sized avatar

Gerald monoliths

  • Oakland, California
View GitHub Profile
@monoliths
monoliths / .zshrc
Last active February 9, 2021 00:25
My preferred .zshrc config, using zsh and starship. Compiled from various sources online.
# History File Config
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory
# command completion
autoload -Uz compinit
compinit