-
Notifications
You must be signed in to change notification settings - Fork 431
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
tmux with TPM does not apply zsh configuration after startup #295
Comments
I believe I'm experiencing the same thing after a brew upgrade this morning. I upgraded to tmux 3.5a. |
Disabling all my plugins except tpm seems to work, and then the shell is broken again once I add in tmux-sensible. Update: I'f I manually set |
i have the same problem. @trobrock solution helped |
The problem is that TPM sources plugins with Source: tmux/tmux#4166 (comment) |
Seeing this problem as well and tracked it down to $SHELL being set to The work around suggested by @trobrock works for me, by setting
|
Got bit by this too - thanks all for the fixes! Hate it when something obscure like this pops up from a simple update |
Issue
After installing some tmux plugins using TPM (Tmux Plugin Manager), tmux starts with
zsh
, but the zsh configuration (e.g.,.zshrc
) does not get applied automatically. I have to manually run$SHELL
orexec zsh
to apply my zsh settings. This issue only occurs when using TPM; without TPM, zsh works as expected.Expected Behavior
When I start a new tmux session, it should load my
zsh
shell with all configurations from.zshrc
as expected, even when TPM is used.Current Behavior
When using TPM, tmux starts with
zsh
, but the configuration from.zshrc
is not applied. This forces me to run$SHELL
orexec zsh
manually to load my settings. Without TPM, tmux loads zsh with the correct configuration as expected.Steps to Reproduce
zsh
starts, but the configuration (e.g., aliases or environment variables) is not applied.System Information
tmux.conf
.tmux.conf
The text was updated successfully, but these errors were encountered: