This commit is contained in:
mjallen18
2025-06-10 12:49:32 -05:00
parent 20e2ec1edf
commit c9046ec26f
2 changed files with 43 additions and 1 deletions

View File

@@ -19,5 +19,11 @@ in
plugins = [ "git" ];
theme = "fishy";
};
initContent = ''
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
tmux attach-session -t default || tmux new-session -s default
fi
'';
};
}