From 53a2802d9705cb43cfbf31c51bb05bd10f73817a Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 28 Feb 2026 17:15:55 +0000 Subject: [PATCH] atuin init: guard with command check --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index ee63ecf..930aaf4 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -95,4 +95,4 @@ export PARA_MODE="local" export PARA_ROOT="/Users/viktorbarzin/Nextcloud/Viktor Nextcloud/para" # Atuin shell history sync -eval "$(atuin init zsh)" +command -v atuin &>/dev/null && eval "$(atuin init zsh)"