dotfiles/config/common/zsh/atuin.zsh

3 lines
84 B
Bash

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