From 61e097fab229b4612d5349247052d7fc303e44d3 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Fri, 17 Apr 2026 22:48:29 +0300 Subject: [PATCH] switch to zsh --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1e4f41d..fc8bf85 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,5 @@ set -g default-terminal "xterm-256color" -set -g default-shell /usr/bin/fish +set -g default-shell /usr/bin/zsh set -g mouse on set -s set-clipboard on set -g allow-passthrough on