From f2e746c333cc262c449df509d95d9a9489abe5ed Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 7 Mar 2025 23:47:22 -0500 Subject: [PATCH] Remove debug outputing to a file --- dot_config/flake/home/helide/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/dot_config/flake/home/helide/default.nix b/dot_config/flake/home/helide/default.nix index 1dbef18..9bcb7c6 100644 --- a/dot_config/flake/home/helide/default.nix +++ b/dot_config/flake/home/helide/default.nix @@ -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