---
tags: Linux
title: Tmux 256 Color
---
# Tmux 256 Color
## bash & zsh
Add this line to ```~/.bashrc```or ```~/.zshrc```
```shell
export TERM=xterm-256color
```
## fish
Add this line to ```~/.tmux.conf```
```
set-option -g default-terminal "screen-256color"
```