From 9f0666d46d9e17ad145e25194a550b3d370d77f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Sun, 3 Mar 2024 20:31:52 +0100 Subject: [PATCH] Allow atuin init options --- zsh.d/60_atuin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.d/60_atuin.zsh b/zsh.d/60_atuin.zsh index 96d52fa..b9f27bf 100644 --- a/zsh.d/60_atuin.zsh +++ b/zsh.d/60_atuin.zsh @@ -1,6 +1,6 @@ # vim: ft=zsh if command-exists "atuin"; then - eval "$(atuin init zsh --disable-up-arrow)" + eval "$(atuin init zsh $ATUIN_INIT_OPTIONS)" eval "$(atuin gen-completions --shell zsh)" fi