diff options
author | William Carroll <wpcarro@gmail.com> | 2017-07-31T03·09-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-07-31T03·09-0400 |
commit | 4541cd769cdf6c3635752a9677c0fc8694ec8300 (patch) | |
tree | fbdf1685e9cbdfac2c965416804291f9afaa284d /README.md | |
parent | 5ad51bd7b6dfdb45508e130f65f22286d40d9b8b (diff) |
Updates README for changed config file locations
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 71575409c419..7ecf70c3d8b7 100644 --- a/README.md +++ b/README.md @@ -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 ``` |