From 2bc000cc48b7ef6005835015a0a1ce29ce24d610 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Fri, 6 Mar 2026 20:11:48 +0000 Subject: [PATCH] remove atuin from zshrc --- dot_zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 930aaf4..0138b18 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -93,6 +93,3 @@ 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 -command -v atuin &>/dev/null && eval "$(atuin init zsh)"