From cab056e348a5dee6ee31120c0db0e87a8a78f162 Mon Sep 17 00:00:00 2001 From: Sonny Date: Tue, 15 Jan 2019 20:44:22 +0100 Subject: [PATCH] Set tmux default shell --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index e7e9dde..9ad2f0a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,8 @@ # use vim copy/paste keybindings setw -g mode-keys vi +set-option -g default-shell /bin/bash + # split panes using | and - bind | split-window -h bind - split-window -v