aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitconfig2
-rw-r--r--tmux.conf1
2 files changed, 1 insertions, 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"