summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-20 01:35:45 +0300
committerThanos Apollo <[email protected]>2023-10-20 01:35:45 +0300
commita2e52af80612f38d4419ac6890beef5a09a435bd (patch)
treeb55072a9991faf2c482451167e5f1b48d18fa897 /.bashrc
parentfdd11abce2a0205bbc96077ca9c4cf1e85e8b98e (diff)
shells:(bash) Add eat integration
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4f5743b..64ce515 100644
--- a/.bashrc
+++ b/.bashrc
@@ -4,3 +4,9 @@ source ~/.shells/alias.sh
source ~/.shells/exports.sh
source ~/dotfiles/.shells/bash_completion
export PATH=/home/$USER/.local/bin:$PATH
+
+
+
+[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
+ source "$EAT_SHELL_INTEGRATION_DIR/bash"
+