X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/blobdiff_plain/708aef6d49a41f614fd0a03c3711d01dca22adde..a296bb8875b5c47556ddfc451a3def0ee54a0f25:/bash/.bashrc 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" + + +