2020-08-22

Make tmux Show Bash Colours

Sometimes the smallest of things annoy me, a recent one being tmux not showing my bash colour scheme. Thankfully this is an easy fix! Open up your profiles ~/.tmux.conf and add the below line to it:

set -g default-terminal "screen-256color"

Save the file and reopen tmux to some beautiful colours.

Tmux with colours