Suggest using old-style overrides for testing purposes only
This commit is contained in:
parent
98ae55c183
commit
2b880c4a54
|
@ -67,6 +67,10 @@ Powerline script has a number of options controlling powerline behavior. Here
|
||||||
performed by powerline script itself, but ``-p ~/.powerline`` will likely be
|
performed by powerline script itself, but ``-p ~/.powerline`` will likely be
|
||||||
expanded by the shell to something like ``-p /home/user/.powerline``.
|
expanded by the shell to something like ``-p /home/user/.powerline``.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
Such overrides are suggested for testing purposes only. Use
|
||||||
|
:ref:`Environment variables overrides` for other purposes.
|
||||||
|
|
||||||
Environment variables overrides
|
Environment variables overrides
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
@ -137,6 +141,10 @@ Additionally one environment variable is a usual *colon*-separated list of
|
||||||
directories: ``POWERLINE_CONFIG_PATHS``. This one defines paths which will be
|
directories: ``POWERLINE_CONFIG_PATHS``. This one defines paths which will be
|
||||||
searched for configuration.
|
searched for configuration.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Overrides from environment variables have lower priority then
|
||||||
|
:ref:`Powerline script overrides`. Latter are suggested for tests only.
|
||||||
|
|
||||||
Zsh/zpython overrides
|
Zsh/zpython overrides
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue