diff options
| -rw-r--r-- | gitconfig | 2 | ||||
| -rw-r--r-- | tmux.conf | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -10,5 +10,3 @@ default = simple [commit] gpgsign = true -[gpg] - program = gpg2 @@ -40,3 +40,4 @@ bind -r l run-shell 'tmux select-pane -R' # Set color mode. set -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" |