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