-
Notifications
You must be signed in to change notification settings - Fork 84
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
shell not starting randomly #5
Comments
The screen shot shows that the window name is Since the shell looks like it has at least started, I would start investigating by tracing its startup sequence. For zsh the earliest user-writable startup file is One possibility is that it may not be hanging at all, but you may (for some reason) have an empty prompt (i.e. a buggy startup sequence that sometimes unsets/empties PROMPT/PS1); the shell may actually be waiting for input. You might just try typing a command (e.g. Note: If you are using tmux’s 1 Windows can be given an initial name via |
This issue looks like it can be closed. |
Hi,
When adding reattach-to-user-namespace i do get the following behavior under 10.7:
shell does not always start : http://cl.ly/211P0M3n2u0x2A1c0d2y
I started tmux in verbose mode (tmux -v) :
https://gist.github.com/1370201
thanks for helping
The text was updated successfully, but these errors were encountered: