From a7e3e2b482ad204e65b6ca3befa5187203c1d599 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 5 Jun 2017 00:23:54 +0200 Subject: [PATCH] make zshrc play nice with tux --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 2130aaa..1a7ecc7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -94,6 +94,9 @@ export GPG_TTY=$(tty) # Set default browser export BROWSER=qutebrowser +# Stop tmux bitching about 256 colours +export TERM="xterm-256color" + # Refresh gpg-agent tty in case user switches into an X session gpg-connect-agent updatestartuptty /bye >/dev/null