Allow atuin init options

This commit is contained in:
Paweł Płazieński 2024-03-03 20:31:52 +01:00
parent 0e7c2e30b8
commit 9f0666d46d

View File

@ -1,6 +1,6 @@
# vim: ft=zsh # vim: ft=zsh
if command-exists "atuin"; then 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)" eval "$(atuin gen-completions --shell zsh)"
fi fi