From 92670d729e4bff9f8673f2842f05bcf73ad193bc Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Sun, 22 Mar 2026 23:32:38 +0200 Subject: [PATCH] Add tmux --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..1166808 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +set -g default-shell /usr/bin/fish +set -g mouse on +set -s set-clipboard on +set -g allow-passthrough on +set-environment -g TZ Asia/Tel_Aviv