Remove debug outputing to a file

This commit is contained in:
Tyler Mayoff 2025-03-07 23:47:22 -05:00
parent 5e62cf1093
commit f2e746c333

View file

@ -20,7 +20,6 @@
# Get the running command in the current pane
RUNNING_COMMAND=$(zellij action list-clients | awk 'NR==2 {print $3}')
echo $RUNNING_COMMAND > out.txt
# Check if the command running in the current pane is helix (hx)
# if echo "$RUNNING_COMMAND" | grep -q "hx$"; then