From 5e295b0835a724d0e94b5dc2aa9dbf17feacf70a Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Wed, 9 Aug 2017 15:07:38 -0500 Subject: [PATCH] [prompt] Remove spurious duplicate section Remove duplication 'Prompt Display Length' section. Also, adjust wrapping for `~`. --- modules/prompt/README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/modules/prompt/README.md b/modules/prompt/README.md index e106f2b..f272f27 100644 --- a/modules/prompt/README.md +++ b/modules/prompt/README.md @@ -19,21 +19,13 @@ zstyle ':prezto:module:prompt' theme 'name' ### Prompt Display Length To change working directory prompt display length from 'short', set the -following to 'long' (without '~' expansion) or 'full' (with '~' expansion) +following to 'long' (without `~` expansion) or 'full' (with `~` expansion) in *zpreztorc*. ```sh zstyle ':prezto:module:prompt' pwd-length 'short' ``` -### Prompt Display Length - -To change working directory prompt display length from 'short', set the -following to 'long' (without '~' expansion) or 'full' (with '~' expansion) -in *zpreztorc*. - - zstyle ':prezto:module:prompt' pwd-length 'short' - Theming -------