From a908eefb67de1eecd070fafc356ca27447c5422c Mon Sep 17 00:00:00 2001 From: Michel Belleville Date: Mon, 12 Jun 2017 10:49:45 +0200 Subject: [PATCH] typo fix in the documentation (theme_display_rwt => theme_display_rw) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c5a1c0..d29af9e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ set -g theme_display_jobs no set -g theme_display_jobs_always yes ## Hide the current directory read/write indicator. -set -g theme_display_rwt no +set -g theme_display_rw no ## Don't display the VirtualEnv prompt. set -g theme_display_virtualent no