3 lines
84 B
Bash
3 lines
84 B
Bash
if [[ $(command -v atuin) ]]; then
|
|
eval "$(atuin init zsh --disable-up-arrow)"
|
|
fi
|