tmux: use nesting only on working machines

This commit is contained in:
inkch 2024-01-16 19:20:52 +09:00
parent d3713d1b75
commit 6c50a297f4

View File

@ -105,6 +105,8 @@ set -g window-status-current-format ''
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
############################################### ###############################################
# local and nested remote tmux sessions # local and nested remote tmux sessions
# - https://www.freecodecamp.org/news/tmux-in-practice-local-and-nested-remote-tmux-sessions-4f7ba5db8795/ # - https://www.freecodecamp.org/news/tmux-in-practice-local-and-nested-remote-tmux-sessions-4f7ba5db8795/
@ -122,12 +124,8 @@ bind -T off M-q \
set -u status off \;\ set -u status off \;\
set status-right '' set status-right ''
# local and nested remote tmux sessions
###############################################
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
####################### #######################
# Plugins # Plugins
####################### #######################