zshrc/zsh.d/60_atuin.zsh
2024-03-03 20:31:56 +01:00

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