commit 1b90782331924f6433cd9860665890f9fda69438 parent 653f96358c764b49f8a32f308780c8ccd7fa5dc4 Author: Ramon Asuncion <asuncionbatista@gmail.com> Date: Thu, 25 Nov 2021 04:11:08 -0500 Add Tmux.conf Diffstat:
A | .tmux.conf | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf @@ -0,0 +1,5 @@ +set -g default-terminal "screen-265color" + +# Color for status car +set-option -g status-bg yellow +set-option -g status-fg black