summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-03-30 16:50:24 -0700
committerMatt Turner <mattst88@gmail.com>2022-03-30 16:50:24 -0700
commit3293a9e783a341803a73bd9172970e8d3de34763 (patch)
treed6cedbad802003e945ca45329aa0e14481b7acf1
parent86744c2b03c8d6c2a6d8996a199ae051432ee028 (diff)
.tmux.conf: Set default shell
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 0bd7996..6979591 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,4 +1,4 @@
-#set -s exit-empty off
+set-option -g default-shell $SHELL
set -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix