dotfiles/config/zsh/atuin.zsh

4 lines
87 B
Bash

if [[ $(command -v atuin) ]]; then
eval "$(atuin init zsh --disable-up-arrow)"
fi