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"