mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Remove debug outputing to a file
This commit is contained in:
parent
5e62cf1093
commit
f2e746c333
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
# Get the running command in the current pane
|
# Get the running command in the current pane
|
||||||
RUNNING_COMMAND=$(zellij action list-clients | awk 'NR==2 {print $3}')
|
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)
|
# Check if the command running in the current pane is helix (hx)
|
||||||
# if echo "$RUNNING_COMMAND" | grep -q "hx$"; then
|
# if echo "$RUNNING_COMMAND" | grep -q "hx$"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue