FIX make local tmux session blank
This commit is contained in:
parent
34ffddbd4b
commit
860f54b7ca
|
@ -121,6 +121,8 @@ bind -T off F12 \
|
||||||
# stats that the local machine already has via conky
|
# stats that the local machine already has via conky
|
||||||
{{- if eq .chezmoi.hostname "petrucci4prez" }}
|
{{- if eq .chezmoi.hostname "petrucci4prez" }}
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
|
set -g status-right ""
|
||||||
|
set -g status-right-length 0
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|
||||||
# TODO this is super annoying
|
# TODO this is super annoying
|
||||||
|
|
Loading…
Reference in New Issue