diff options
author | William Carroll <wpcarro@gmail.com> | 2016-12-17T22·46-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-12-17T22·46-0500 |
commit | 56b437197c4d736f7d38b81590c698ab4a22a8cf (patch) | |
tree | fd9ace5aeda475e2ffbde5108d0ab272d38c57e8 /README.md | |
parent | ef02617aa4609225a4f5b9e40249c3fef6939fa5 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 5f6dc6f2fff3..d76ce2df57c1 100644 --- a/README.md +++ b/README.md @@ -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 |