fix: tmux auto launch in ghostty
This commit is contained in:
parent
2d5a6e58fd
commit
5754a825c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue