Allow atuin init options
This commit is contained in:
parent
0e7c2e30b8
commit
9f0666d46d
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user