diff --git a/init.zsh b/init.zsh index 93e1c47..5101e42 100644 --- a/init.zsh +++ b/init.zsh @@ -384,6 +384,8 @@ if cmd_exists fortune && cmd_exists cowsay; then fortune | cowsay -felephant-in-snake -n fi +[[ -v EAT_SHELL_INTEGRATION_DIR ]] && source "${EAT_SHELL_INTEGRATION_DIR}/zsh" + # Clean up internal functions unfunction load_plugin unfunction cmd_exists