Atuin - another chance.

This commit is contained in:
Bartek Stalewski 2024-12-27 01:15:02 +01:00
parent a82586a89c
commit be7958e788
No known key found for this signature in database
4 changed files with 325 additions and 1 deletions

3
config/zsh/atuin.zsh Normal file
View file

@ -0,0 +1,3 @@
if [[ $(command -v atuin) ]]; then
eval "$(atuin init zsh --disable-up-arrow)"
fi