From 8e0a0a89647efaaa0a7f357c6ca989bb1b7cb007 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 19 Nov 2024 22:20:09 +0100 Subject: [PATCH] Adding latest version of my tmux config --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 388e40a..b03b37f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,6 +2,8 @@ set -g base-index 1 setw -g pane-base-index 1 +# Set default shell to ZSH +set-option -g default-shell /usr/bin/zsh # remap prefix from 'C-b' to 'C-a' unbind C-b