Add atuin

This commit is contained in:
crater2150 2025-08-04 21:48:01 +02:00
parent cbf1edac22
commit 281ea9f354
4 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,5 @@
local FOUND_ATUIN=$+commands[atuin]
if [[ $FOUND_ATUIN -eq 1 ]]; then
source <(atuin init zsh --disable-up-arrow)
fi