From bcd4624deda8217ea6ab1ac62621b70105e4642b Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Mon, 1 May 2023 02:09:09 +0200 Subject: [PATCH] Update '.tmux.conf' --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index f7502a3..bf2581e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,9 +1,9 @@ -# tmux theme -set-option -g status-position top -source-file "${XDG_CONFIG_HOME}/tmux/tmux.theme" - # default shell set-option -g default-shell /bin/zsh +set-option -g status-position top + +# tmux theme +source-file "${XDG_CONFIG_HOME}/tmux/tmux.theme" # Remap prefix from 'C-b' to 'C-a' unbind C-b