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)"