summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-20 15:52:46 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-20 15:52:46 +0200
commit74e1dacf46ba61f6039f4e770806c11f9b3a81f5 (patch)
tree35fbc296ca8e80929a797db2f0bc2d4943623141
parent7e4bf041099805fa26130660b53a9d8b7e86fc8c (diff)
Renamed tmux config so that it will autoload
-rw-r--r--.config/tmux/tmux.conf (renamed from .config/tmux/.tmux.conf)3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/tmux.conf
index 544585a..7f350fe 100644
--- a/.config/tmux/.tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -6,9 +6,6 @@ set-option -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix
-# Default shell
-set-option -g default-shell /usr/bin/zsh
-
# Allows vim to display colors correctly.
set -g default-terminal 'screen-256color'
set -ga terminal-overrides ',*256col*:Tc'