fix: tmux auto launch in ghostty

This commit is contained in:
Rasyidan Akbar F. 2025-10-02 11:55:58 +07:00
commit 5754a825c7

View file

@ -5,7 +5,7 @@
settings = { settings = {
theme = "dracula"; theme = "dracula";
command = "shell:tmux new-session -A -s ghostty"; command = "shell:$SHELL -lc 'tmux new-session -A -s ghostty'";
}; };
themes.dracula = { themes.dracula = {