History in atuin

This commit is contained in:
vonProteus 2024-03-03 19:00:35 +01:00
parent 15be7de212
commit dc53d35fcc

6
zsh.d/60_atuin.zsh Normal file
View File

@ -0,0 +1,6 @@
# vim: ft=zsh
if command-exists "atuin"; then
eval "$(atuin init zsh --disable-up-arrow)"
eval "$(atuin gen-completions --shell zsh)"
fi