From 6da598c64300e24a203385e361c11af57a62ee4a Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Tue, 9 Aug 2022 12:10:17 +0200 Subject: [PATCH] fixed shell path to string --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 689d976..42a8cde 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/bin/env bash +set -g default-command "/usr/bin/env bash"