diff options
author | Matt Turner <mattst88@gmail.com> | 2022-03-30 16:50:24 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-03-30 16:50:24 -0700 |
commit | 3293a9e783a341803a73bd9172970e8d3de34763 (patch) | |
tree | d6cedbad802003e945ca45329aa0e14481b7acf1 | |
parent | 86744c2b03c8d6c2a6d8996a199ae051432ee028 (diff) |
.tmux.conf: Set default shell
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |