From 26c8b32b063921aae014d9e7a012f3c7c771c0dc Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 5 Nov 2017 19:32:13 +0100 Subject: [PATCH] Remove unnecessary environment variables --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a0ab617..9a2fe9c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -14,6 +14,8 @@ bind - split-window -v unbind '"' unbind % +set -g default-command "/bin/bash" + # reload config file (change file location to your the tmux.conf you want to use) bind r source-file ~/.tmux.conf @@ -46,5 +48,3 @@ set -g mouse on # terminal colors set -g default-terminal "xterm-256color" -set-option -ga update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID \ - SSH_CONNECTION WINDOWID XAUTHORITY"