1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-06-05 15:23:30 +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
+7
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
-------