diff options
| author | tslil clingman <> | 2020-05-07 18:46:10 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-05-07 18:46:10 -0700 |
| commit | 1b69166937912b5810f1e99a7038f296bfed960c (patch) | |
| tree | 043ae8537ff7e9ecbec51f322b95b31b22e0b433 /.tmux.conf | |
| parent | cdd4ecb9ace8b66b66fa05841515c4cbe3a4acfa (diff) | |
tmux no login shell and window title
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 |
