Make tmux Show Bash Colours
2020-08-22
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.