Update README.md
This commit is contained in:
parent
ef02617aa4
commit
56b437197c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ In the file `/configs/.tmux.conf` there is a line to add italics support to tmux
|
|||
set -g default-terminal "tmux-256color-italic"
|
||||
```
|
||||
|
||||
The `$TERM` entry, `tmux-256color-italic` will be unavailable until you add the file, `/configs/tmux-256color-italic` to your terminal database. You can do this with the following command:
|
||||
The `$TERM` entry, `tmux-256color-italic`, will be unavailable until you add the file, `/configs/tmux-256color-italic`, to your terminal database. You can do this with the following command:
|
||||
|
||||
```bash
|
||||
$ tic ~/pc_settings/configs/tmux-256color-italic
|
||||
|
|
Loading…
Reference in a new issue