ENH don't use templating to manage remote session config

This commit is contained in:
Nathan Dwarshuis 2021-06-13 21:42:02 -04:00
parent 907d6d79ce
commit f11e076094
2 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1,2 @@
# remote tmux status bars go on bottom
set -g status-position bottom

View File

@ -75,6 +75,5 @@ wg_is_keys_off="#[fg=$color_light,bg=$color_window_off_indicator]#([ $(tmux show
# the sysstat stuff comes from a plugin (https://github.com/samoshkin/tmux-plugin-sysstat)
set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host"
{{- if eq .chezmoi.hostname "petrucci4prez" }}
set -g status-position bottom
{{- end }}
# special stuff for remote sessions
if-shell 'test -n "$SSH_CLIENT"' 'source-file ~/.config/tmux/tmux.remote.conf'