Updates README for changed config file locations

This commit is contained in:
William Carroll 2017-07-30 23:09:09 -04:00
parent 5ad51bd7b6
commit 4541cd769c

View file

@ -169,16 +169,16 @@ set -ga terminal-overrides ",xterm-256color-italic:Tc"
### Italics
In the file `/configs/.tmux.conf` there is a line to add italics support to tmux:
In the file `/configs/shared/.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, `tmux-256color-italic`, to your terminal database. You can do this with the following command:
```bash
$ tic ~/pc_settings/configs/tmux-256color-italic
$ tic ~/pc_settings/tmux-256color-italic
```