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