mg
31e5d189c5
tmux auto attach Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#180 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
5 lines
264 B
YAML
5 lines
264 B
YAML
---
|
|
tmux_conf_destination: "/home/mg/.tmux.conf"
|
|
tmux_bashrc_destination: "/home/mg/.bashrc"
|
|
tmux_standardsession_name: "default"
|
|
tmux_auto_attach: present # or absent; soll bei jedem shell-start automatisch eine tmux session erstellt oder attached werden
|