Skip to content

Instantly share code, notes, and snippets.

@jweiss
jweiss / .zshrc
Last active March 13, 2026 21:43
ZSH rc
# history settings
HISTSIZE=10000 # lines kept in memory
SAVEHIST=10000 # lines saved to disk
# make ZSH history behave like bash's history:
alias history='fc -l -${HISTSIZE}'
alias ll="ls -aslFh"
export EDITOR="/usr/local/bin/mate -w"
# Homebrew Ruby