dotfiles/.bash_it/plugins/available/tmux.plugin.bash

7 lines
175 B
Bash
Raw Normal View History

2022-02-27 20:00:49 +01:00
# make sure that tmux is launched in 256 color mode
cite about-plugin
about-plugin 'make sure that tmux is launched in 256 color mode'
alias tmux="TERM=xterm-256color tmux"