Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Bash script failed to detect helix running in the pane #18

Closed
mohsini172 opened this issue Oct 2, 2024 · 1 comment
Closed

Bug: Bash script failed to detect helix running in the pane #18

mohsini172 opened this issue Oct 2, 2024 · 1 comment

Comments

@mohsini172
Copy link

First, Thank you for the your work. It really helped me setting up my env.

OS: MacOS Sequoia
Terminal: iTerm2
Yazi: 0.3.3 (Homebrew 2024-09-04)
Zellij: zellij 0.40.1

Problem

The current bash script tries to get the client list and check if it has the helix

RUNNING_COMMAND=$(zellij action list-clients | awk 'NR==2 {print $3}')
if echo "$RUNNING_COMMAND" | grep -q "/hx$"; then

but on my setup zellij doesn't return /hx but rather hx which make it to open the file in a new pan.

@mohsini172
Copy link
Author

mohsini172 commented Oct 3, 2024

duplicate of #17

@mohsini172 mohsini172 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant