From c9d0e11e0872760e598d424f089c2fa46826cf92 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 28 Feb 2026 17:02:24 +0000 Subject: [PATCH] add atuin init to zshrc --- dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index 0138b18..ee63ecf 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -93,3 +93,6 @@ export CLAUDE_CODE_DISABLE_AUTO_MEMORY=0 # PARA workspace configuration export PARA_MODE="local" export PARA_ROOT="/Users/viktorbarzin/Nextcloud/Viktor Nextcloud/para" + +# Atuin shell history sync +eval "$(atuin init zsh)"