Source $EAT_SHELL_INTEGRATION_DIR/zsh

This commit is contained in:
Alexander Rosenberg 2025-02-26 14:48:24 -08:00
parent cd640456b1
commit b784c01fc2
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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