From cc4de4ecf82549b677eb183bab485c62b418a9b0 Mon Sep 17 00:00:00 2001 From: chraibi <m.chraibi@gmail.com> Date: Mon, 27 Jan 2020 21:29:24 +0100 Subject: [PATCH] path to zsh is hard-wired --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 8a8fc7a..b0ce953 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,6 @@ # General settings #ZSH=`which zsh` -set-option -g default-shell /usr/local/bin/zsh +set-option -g default-shell /bin/zsh set -g default-terminal "screen-256color" set -g history-limit 100000 # --------- binding keys -- GitLab