1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

make zshrc play nice with tux

This commit is contained in:
Ryan 2017-06-05 00:23:54 +02:00
parent 7e168023ab
commit a7e3e2b482

View File

@ -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