From 5455536f6277e5a46bf42ba87d43f0cd09d63f37 Mon Sep 17 00:00:00 2001 From: Elijah Manor Date: Mon, 15 Nov 2021 08:33:52 -0600 Subject: [PATCH] WIP --- bin/bin/tat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/tat b/bin/bin/tat index b90999d..968e163 100755 --- a/bin/bin/tat +++ b/bin/bin/tat @@ -34,7 +34,7 @@ create_if_needed_and_attach() { tmux send-keys -t "git" "lazygit" C-m tmux new-window -t "$session_name:4" -n "scratch" - tmux send-keys -t "scratch" "archey" C-m + tmux send-keys -t "scratch" "echo 'hello'" C-m tmux attach-session -t "$session_name:1" else