Hacker News new | ask | show | jobs
by stirfish 489 days ago
I have my zsh set up that way

# History file for zsh HISTFILE=~/.zsh_history

# How many commands to store in history HISTSIZE=10000 SAVEHIST=10000

# Share history in every terminal session

setopt SHARE_HISTORY