dotfiles/config/zsh/atuin.zsh

4 lines
87 B
Bash
Raw Normal View History

2024-12-27 01:15:02 +01:00
if [[ $(command -v atuin) ]]; then
eval "$(atuin init zsh --disable-up-arrow)"
fi