From e35d1c8c7843bdd9ab57f9ea4b3d323fd92924f4 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 8 Aug 2019 13:33:21 +0100 Subject: Use the right TERM for tmux --- tmux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.md') diff --git a/tmux.md b/tmux.md index 579f1da..80dc27f 100644 --- a/tmux.md +++ b/tmux.md @@ -18,6 +18,6 @@ ln -s ~/.vim/tmux.conf ~/.tmux.conf Run tmux with `-u2`, or add an alias to your `~/.bashrc`: ``` -alias tmux="tmux -u2" +alias tmux="TERM=tmux-256color tmux -u2" ``` -- cgit v1.2.3