hosts: home: mousqueton: enable 'tmux-resurrect'
This commit is contained in:
parent
84f1186b6c
commit
105bcbd53a
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
||||||
# I use scripts that use the passthrough sequence often on this host
|
# I use scripts that use the passthrough sequence often on this host
|
||||||
enablePassthrough = true;
|
enablePassthrough = true;
|
||||||
|
|
||||||
|
# Frequent reboots mean that session persistence can be handy
|
||||||
|
enableResurrect = true;
|
||||||
|
|
||||||
terminalFeatures = {
|
terminalFeatures = {
|
||||||
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
|
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
|
||||||
xterm-256color = { };
|
xterm-256color = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue