1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

Adds additional support for PS prompt context expansion

This commit is contained in:
John P. Neumann
2017-04-02 14:09:58 -05:00
parent 4f19700919
commit b38ced856a
3 changed files with 28 additions and 3 deletions

View File

@@ -20,6 +20,13 @@ To enable the auto conversion of .... to ../.., add the following to
zstyle ':prezto:module:editor' dot-expansion 'yes'
### PS Context
To enable the prompt context to be set, add the following to your
*zpreztorc*.
zstyle ':prezto:module:editor' ps-context 'yes'
Theming
-------