summaryrefslogtreecommitdiffstats
path: root/atuin.plugin.zsh
blob: 9ad5284f82b9e115fc7f4307a1a06b5b6ec263c3 (plain)
1
2
3
4
5
6
# shellcheck disable=2148,SC2168,SC1090,SC2125
local FOUND_ATUIN=$+commands[atuin]

if [[ $FOUND_ATUIN -eq 1 ]]; then
  source <(atuin init zsh)
fi