From: Frederik Vanrenterghem Date: Mon, 26 Aug 2024 13:10:16 +0000 (+0800) Subject: Support Emacs eat shell. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/480277029a39fbff06bed54b90b2c8d1cdf49a71 Support Emacs eat shell. --- diff --git a/bash/.bashrc b/bash/.bashrc index f185983..5a379c7 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -44,3 +44,9 @@ append_path () { # Append our default paths append_path '/home/frederik/scripts' +# Emacs eat shell integration +[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \ + source "$EAT_SHELL_INTEGRATION_DIR/bash" + + +