emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/eat 693940c733 9/9: * README.org: Add shell integration in


From: ELPA Syncer
Subject: [nongnu] elpa/eat 693940c733 9/9: * README.org: Add shell integration instructions
Date: Tue, 6 Dec 2022 13:58:46 -0500 (EST)

branch: elpa/eat
commit 693940c73351a19eaa099006e89d44d20ee1b474
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    * README.org: Add shell integration instructions
---
 README.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.org b/README.org
index ffc31962a4..1c4d596145 100644
--- a/README.org
+++ b/README.org
@@ -15,6 +15,8 @@ have, for example complete mouse support.
 It flickers less than other Emacs terminal emulator, so you get more
 performance and a smooth experience.
 
+To get the most out of Eat, you should also setup shell integration.
+
 * Usage
 
 To start Eat, run =M-x eat=.  Eat has three keybinding modes:
@@ -62,6 +64,14 @@ following:
 (add-hook 'eshell-first-time-mode-hook #'eat-eshell-mode)
 #+end_src
 
+To setup shell integration for GNU Bash, put the following at the end
+of your ~.bashrc~:
+
+#+begin_src sh
+[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
+  source "$EAT_SHELL_INTEGRATION_DIR/bash"
+#+end_src sh
+
 * Installation
 
 Eat requires at least Emacs 28.1 or above.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]