Skip to content

Commit

Permalink
[prompt] Remove spurious duplicate section
Browse files Browse the repository at this point in the history
Remove duplication 'Prompt Display Length' section.
Also, adjust wrapping for `~`.
  • Loading branch information
indrajitr authored and dandrzejewski committed Aug 23, 2023
1 parent 318756c commit 81d66b6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions modules/prompt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down

0 comments on commit 81d66b6

Please sign in to comment.