mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
[prompt] Remove spurious duplicate section
Remove duplication 'Prompt Display Length' section. Also, adjust wrapping for `~`.
This commit is contained in:
parent
8d7e3e27c7
commit
5e295b0835
@ -19,21 +19,13 @@ zstyle ':prezto:module:prompt' theme 'name'
|
|||||||
### Prompt Display Length
|
### Prompt Display Length
|
||||||
|
|
||||||
To change working directory prompt display length from 'short', set the
|
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*.
|
in *zpreztorc*.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
zstyle ':prezto:module:prompt' pwd-length 'short'
|
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
|
Theming
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user