From a2e52af80612f38d4419ac6890beef5a09a435bd Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 20 Oct 2023 01:35:45 +0300 Subject: shells:(bash) Add eat integration --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.bashrc') 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" + -- cgit v1.2.3