-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Autostart not working with alacritty #1273
Comments
Hi! Actually, I'm not the Alacritty user, so I don't know the exact reason. However, I have confirmed that the plugin works well with wezterm, windows terminal, and iterm2 in the latest zellij version. So I think this is a problem related to setting up Alacrity. |
Hi @jorian, How about setting the Here is my configuration: This lets Zellij attach the first created session if exists or create a new session if no session exists. |
Thanks, that seems to work, although I had to remove the arguments to Now I still need to figure out how to prevent VS Code from opening zellij and just run a separate zsh session |
Try to check the |
Hey, can we close this issue? |
Yes, everything is fine now! |
Very happy with Zellij, but one thing isn't working as expected. When I start Alacritty, I want it to open Zellij automatically.
I use ZSH and oh-my-zsh, and have the Zellij plugin installed and enabled in .zshrc. It's there where I also define
ZSH_ZELLIJ_AUTOSTART
to be set to true. However, Zellij isn't automatically started in Alacritty.It does however work on VS Code. Zellij is automatically started in VS Code, which is a bit annoying.
When I check the ENV
ZSH_ZELLIJ_AUTOSTART
in Alacritty, it is set to true, so that isn't the issue.I use this plugin.
Anybody have an idea what I'm missing?
The text was updated successfully, but these errors were encountered: