diff options
author | Thanos Apollo <[email protected]> | 2023-10-20 01:35:45 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-20 01:35:45 +0300 |
commit | a2e52af80612f38d4419ac6890beef5a09a435bd (patch) | |
tree | b55072a9991faf2c482451167e5f1b48d18fa897 /.bashrc | |
parent | fdd11abce2a0205bbc96077ca9c4cf1e85e8b98e (diff) |
shells:(bash) Add eat integration
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" + |