Updates README for changed config file locations
This commit is contained in:
parent
5ad51bd7b6
commit
4541cd769c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue