about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md6
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
 ```