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