Update documentation

Closes #872
This commit is contained in:
ZyX 2014-05-24 13:59:20 +04:00
parent c08340e088
commit 490398675f
2 changed files with 8 additions and 11 deletions

View File

@ -9,8 +9,6 @@ I'm using tmux and Powerline looks like crap, what's wrong?
* If you're using iTerm2, make sure that you have enabled the setting
:guilabel:`Set locale variables automatically` in :menuselection:`Profiles
--> Terminal --> Environment`.
* Check to ensure that ``POWERLINE_BINDINGS_DIR`` is properly defined in your
``.tmux.conf`` file as indicated in the :ref:`tmux usage <tmux-statusline>`
Im using tmux/screen and Powerline is colorless
------------------------------------------------
@ -20,9 +18,6 @@ Im using tmux/screen and Powerline is colorless
* Alternative: set :ref:`additional_escapes <config-common-additional_escapes>`
to ``"tmux"`` or ``"screen"``. Note that it is known to work perfectly in
screen, but in tmux it may produce ugly spaces.
* For ``tmux``, check to ensure that ``POWERLINE_BINDINGS_DIR`` is properly
defined in your ``.tmux.conf`` file as indicated in the :ref:`tmux usage
<tmux-statusline>`
After an update something stopped working

View File

@ -169,13 +169,15 @@ is the absolute path to your Powerline installation directory:
Tmux statusline
---------------
Add the following lines to your :file:`.tmux.conf`, where ``{repository_root}``
is the absolute path to your Powerline installation directory (please note that
the definition of the ``POWERLINE_BINDINGS_DIR`` variable is required for full
powerline support)::
Add the following lines to your :file:`.tmux.conf`, where ``{repository_root}``
is the absolute path to your Powerline installation directory::
POWERLINE_BINDINGS_DIR="{repository_root}/powerline/bindings"
source "$POWERLINE_BINDINGS_DIR/tmux/powerline.conf"
source "{repository_root}/tmux/powerline.conf"
.. note::
The availability of the ``powerline-config`` command is required for
powerline support. You may specify location of this script via
``$POWERLINE_CONFIG_COMMAND`` environment variable.
IPython prompt
--------------