Move theming documentation into its own section
This commit is contained in:
parent
0156fc8e2c
commit
eceef765b7
|
@ -61,17 +61,6 @@ system site-packages directory.
|
||||||
|
|
||||||
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--no-site-packages'
|
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--no-site-packages'
|
||||||
|
|
||||||
### Theming
|
|
||||||
|
|
||||||
To display the name of the current virtual enviroment in a prompt, define the
|
|
||||||
following style in the `prompt_theme_setup` function.
|
|
||||||
|
|
||||||
# %v - virtualenv name.
|
|
||||||
zstyle ':prezto:module:python' virtualenv 'virtualenv:%v'
|
|
||||||
|
|
||||||
Then add `$python_info[virtualenv]` to `$PROMPT` or `$RPROMPT` and call
|
|
||||||
`python-info` in the `prompt_theme_preexec` hook function.
|
|
||||||
|
|
||||||
Aliases
|
Aliases
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -93,6 +82,18 @@ Functions
|
||||||
- `python-info` exposes information about the Python environment via the
|
- `python-info` exposes information about the Python environment via the
|
||||||
`$python_info` associative array.
|
`$python_info` associative array.
|
||||||
|
|
||||||
|
Theming
|
||||||
|
-------
|
||||||
|
|
||||||
|
To display the name of the current virtual enviroment in a prompt, define the
|
||||||
|
following style in the `prompt_theme_setup` function.
|
||||||
|
|
||||||
|
# %v - virtualenv name.
|
||||||
|
zstyle ':prezto:module:python' virtualenv 'virtualenv:%v'
|
||||||
|
|
||||||
|
Then add `$python_info[virtualenv]` to `$PROMPT` or `$RPROMPT` and call
|
||||||
|
`python-info` in the `prompt_theme_preexec` hook function.
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue