Suggest using old-style overrides for testing purposes only

This commit is contained in:
ZyX 2015-01-06 22:52:35 +03:00
parent 98ae55c183
commit 2b880c4a54
1 changed files with 8 additions and 0 deletions

View File

@ -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
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
===============================
@ -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
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
=====================