From 785de3ddc146e647cb7a9f4e9bd889770f57e93f Mon Sep 17 00:00:00 2001 From: ama Date: Tue, 17 Jun 2025 10:41:03 +0200 Subject: [PATCH] .eat dir --- install-eat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-eat.sh b/install-eat.sh index da7764e..c8c35d3 100755 --- a/install-eat.sh +++ b/install-eat.sh @@ -3,9 +3,9 @@ # ama 2023 shopt -s dotglob -EAT_SHELL_INTEGRATION_DIR=~/machine-setup/eat/integration +EAT_SHELL_INTEGRATION_DIR=~/.eat/integration -cp -r eat/* ~/ +cp -r eat ~/.eat cat >>~/.bashrc <<-EOF [ -e "$EAT_SHELL_INTEGRATION_DIR" ] \\