about summary refs log tree commit diff stats
path: root/bash/eat.bash
diff options
context:
space:
mode:
authorCase Duckworth2023-01-30 17:33:06 -0600
committerCase Duckworth2023-01-30 17:33:06 -0600
commit1d562af8927d932bc3329de3b06c94a966047238 (patch)
treeacb2c460fbb8d01473f38f4de426c4879c7ae11a /bash/eat.bash
parentDeclare mode (diff)
downloadetc-1d562af8927d932bc3329de3b06c94a966047238.tar.gz
etc-1d562af8927d932bc3329de3b06c94a966047238.zip
Add a bunch of stuff
Forgot I had to `git add -f' these!
Diffstat (limited to 'bash/eat.bash')
-rw-r--r--bash/eat.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/eat.bash b/bash/eat.bash new file mode 100644 index 0000000..2f2b810 --- /dev/null +++ b/bash/eat.bash
@@ -0,0 +1,5 @@
1## EAT/bash integration
2# eat is https://codeberg.org/akib/emacs-eat
3
4test -n "$EAT_SHELL_INTEGRATION_DIR" &&
5 . "$EAT_SHELL_INTEGRATION_DIR/bash"