summaryrefslogtreecommitdiffstats
path: root/atuin.plugin.zsh
blob: f0995ecf22c8af21e05473af36017fa54e634036 (plain)
1
2
3
4
5
local FOUND_ATUIN=$+commands[atuin]

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