diff options
author | lxf <sng@luxagraf.net> | 2022-05-31 21:18:48 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-05-31 21:18:48 -0400 |
commit | e9a9b73726ad6dba80efcc84d50d4c40896d150d (patch) | |
tree | 63471227a02e1302c6a39ab59e4990eff18e3949 /.tmux.conf | |
parent | a52961c7208c9dbbaaa68c07a9d1b26a05eec551 (diff) |
brought dotfiles up to date with dell xps arch install
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ set-option -g pane-active-border-style fg=colour39 set-option -g message-style fg=colour16,bg=colour221,bold set -g status-left '#[fg=colour235,bg=colour252,bold] #S #[fg=colour252,bg=colour238,nobold]#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]' set -g window-status-format "#[fg=white,bg=colour234] #I #W " +set-option -g status off set -g default-terminal "screen-256color" set-window-option -g automatic-rename off |