mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
8 lines
256 B
Text
8 lines
256 B
Text
|
# System-wide tmux config file.
|
||
|
#
|
||
|
# As installed, this serves only to set the default terminal type.
|
||
|
# For a more complete example, see: /usr/doc/tmux-*/example_tmux.conf
|
||
|
|
||
|
# Change the default $TERM to tmux-256color
|
||
|
set -g default-terminal "tmux-256color"
|