From 4541cd769cdf6c3635752a9677c0fc8694ec8300 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 30 Jul 2017 23:09:09 -0400 Subject: Updates README for changed config file locations --- README.md | 6 +++--- 1 file 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 ``` -- cgit 1.4.1