7 lines
145 B
Bash
7 lines
145 B
Bash
# vim: ft=zsh
|
|
|
|
if command-exists "atuin"; then
|
|
eval "$(atuin init zsh $ATUIN_INIT_OPTIONS)"
|
|
eval "$(atuin gen-completions --shell zsh)"
|
|
fi
|