From 72d3746ea2e02c500144455fcfd435fd23ddca1a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 11 Jul 2012 22:21:52 -0400 Subject: [PATCH] explicitly setting default shell/commnad to non-login bash mostly for the sake of speed and/or laziness --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index c676cb7..33fd2d2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,10 @@ # need me some vi mode setw -g mode-keys vi +# note to self: learn ye a zsh +set -g default-command /bin/bash +set -g default-shell /bin/bash + # copy-pasta in a vi-like way unbind [ bind Escape copy-mode