From c229fa82f91519aab52fef06e8b386e2854b41a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 11 Apr 2024 15:02:04 +0200 Subject: [PATCH] More generic call --- private_dot_bash/completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_bash/completion b/private_dot_bash/completion index c602d01..a523199 100755 --- a/private_dot_bash/completion +++ b/private_dot_bash/completion @@ -51,6 +51,6 @@ complete -cf sudo ## https://github.com/ellie/atuin ## -if [ -f /home/linuxbrew/.linuxbrew/bin/atuin ]; then +if [ -x "$(command -v atuin)" ]; then eval "$(atuin init bash)" fi