Remove unnecessary environment variables
This commit is contained in:
parent
30660d51d9
commit
26c8b32b06
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue