From 9fc3037c98662ccef7d1cc37603085c6d97f2110 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 26 Jun 2023 13:34:05 -0700 Subject: [PATCH] adding in tmux basic config --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..8971e5a --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set -g status-right ' #{?client_prefix,#[reverse]#[noreverse] ,}"#{=21:pane_title}" %H:%M %d-%b-%y'