From 8b8f8e3bc33326354d1a253dd95cb19448fc10d2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 19:13:07 +0100 Subject: Merge master --- gitconfig | 2 -- tmux.conf | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index d426b5c..6c30a47 100644 --- a/gitconfig +++ b/gitconfig @@ -10,5 +10,3 @@ default = simple [commit] gpgsign = true -[gpg] - program = gpg2 diff --git a/tmux.conf b/tmux.conf index dcf0f26..feba8fe 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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" -- cgit