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

fix: remove shell substitution for compatibility #267

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

crierr
Copy link
Contributor

@crierr crierr commented Jan 9, 2025

Remove shell substitution in tmux commands to ensure compatibility with shells like fish and nushell.
$() in bash or zsh is () in fish or nushell.
This change replaces shell substitution with a function call to get the current tmux session, improving cross-shell compatibility.

Related to #233

Remove shell substitution in tmux commands to ensure compatibility with
shells like fish and nushell.
`$()` in bash or zsh is `()` in fish or nushell.
This change replaces shell substitution with a function call to get the
current tmux session, improving cross-shell compatibility.
Copy link
Owner

@3rd 3rd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@3rd 3rd merged commit a90920a into 3rd:master Jan 17, 2025
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

Successfully merging this pull request may close these issues.

2 participants