6 lines
101 B
Bash
6 lines
101 B
Bash
|
local FOUND_ATUIN=$+commands[atuin]
|
||
|
|
||
|
if [[ $FOUND_ATUIN -eq 1 ]]; then
|
||
|
source <(atuin init zsh)
|
||
|
fi
|