mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-07 01:59:13 +00:00
ghostty: don't auto-launch tmux
This commit is contained in:
parent
d58c808208
commit
329637ce74
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
auto-update = off
|
||||
command = ${pkgs.fish}/bin/fish
|
||||
font-family = BerkeleyMono Nerd Font Mono
|
||||
initial-command = ${pkgs.fish}/bin/fish -c "${pkgs.tmux}/bin/tmux attach-session -t (hostname -s) || tmux new-session -s (hostname -s) -c $HOME"
|
||||
shell-integration = fish
|
||||
theme = catppuccin-mocha
|
||||
window-height = 50
|
||||
|
|
Loading…
Reference in a new issue