From 1ce80159baac14685babaf48965daca19cce2d48 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Tue, 9 Aug 2022 12:08:49 +0200 Subject: [PATCH] fixed shell path for non macos --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index c64efe2..689d976 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -29,4 +29,4 @@ set -g message-style 'fg=colour232 bg=colour16 bold' # SHELL -set -g default-command /usr/local/bin/bash +set -g default-command /usr/bin/env bash