From 4f7076859b510b15f150c75ec94041ed95f5320e Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Wed, 19 Jan 2022 13:09:47 +0100 Subject: [PATCH] Adds tmux configuration --- .gitignore | 3 ++- .tmux.conf | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .tmux.conf diff --git a/.gitignore b/.gitignore index c27a0ae..33dc7f1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ !.config/starship.toml !.config/omf/* !.emacs -!.config/git/* \ No newline at end of file +!.config/git/* +!.tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..dadf25b --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set -g default-terminal "tmux-256color"