From 01cfce56d0332edd05e91cdb2192c97e03a96fc5 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 16 Mar 2025 16:32:04 +0000 Subject: [PATCH] Share zsh history amongst shells --- zshrc.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc.zsh b/zshrc.zsh index 2b2ad9e..43781c5 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -3,6 +3,7 @@ HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 +setopt share_history # vim binddings bindkey -v