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
Ignore bash command in pane #65
Comments
I do have some tests to make sure bash/zsh etc don't get clumped in the freezer, but it may require more tests. I will look closer into this. |
@Azrael3000 setting default-shell and default-command suppresses this behaviour:
|
Does this work? session_name: global-options
start_directory: '~'
options:
default-shell: ${SHELL}
default-command: ${SHELL}
windows:
- window_name: my window name
layout: main-horizontal
panes:
- shell_command:
- top
-
- As of yet, I don't see an example to set global options, if it doesn't work, we'll add the functionality/tests and an example. |
@tony I'm afraid not, it still results in a new pane spawning bash-in-bash |
Ability to specify ``options`` and ``global_options`` via configuration. Also you can specify environment variables via that. Add tests for it. Update libtmux to v0.5 See also: #65
@sublimino @Azrael3000 |
You can also set it as a global (server-wide, all sessions) option:
|
@tony loving the responsiveness on this, thanks! with 1.2.0 both FWIW only |
This issue has been automatically marked as stale because it has not had This bot is used to handle issues where the issue hasn't been discussed or |
At the moment empty panes are saved as - bash which starts bash on top of bash which is really unnecessary I think. So it might be good to ignore the standard shell command when saving.
The text was updated successfully, but these errors were encountered: