From 480277029a39fbff06bed54b90b2c8d1cdf49a71 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Mon, 26 Aug 2024 21:10:16 +0800 Subject: [PATCH] Support Emacs eat shell. --- bash/.bashrc | 6 ++++++ 1 file changed, 6 insertions(+) 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" + + + -- 2.39.5