Remove unnecessary environment variables

This commit is contained in:
Sonny Bakker 2017-11-05 19:32:13 +01:00
parent 30660d51d9
commit 26c8b32b06

View file

@ -14,6 +14,8 @@ bind - split-window -v
unbind '"' unbind '"'
unbind % unbind %
set -g default-command "/bin/bash"
# reload config file (change file location to your the tmux.conf you want to use) # reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf bind r source-file ~/.tmux.conf
@ -46,5 +48,3 @@ set -g mouse on
# terminal colors # terminal colors
set -g default-terminal "xterm-256color" set -g default-terminal "xterm-256color"
set-option -ga update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID \
SSH_CONNECTION WINDOWID XAUTHORITY"