diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ +set -g default-command "${SHELL}" + set -g default-terminal "screen-256color" +set -g set-titles on +set -g set-titles-string "#T" + set -g status-bg '#DAEFEF' set -g status-fg black |
