mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
parent
c08340e088
commit
490398675f
@ -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
|
* If you're using iTerm2, make sure that you have enabled the setting
|
||||||
:guilabel:`Set locale variables automatically` in :menuselection:`Profiles
|
:guilabel:`Set locale variables automatically` in :menuselection:`Profiles
|
||||||
--> Terminal --> Environment`.
|
--> 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>`
|
|
||||||
|
|
||||||
I’m using tmux/screen and Powerline is colorless
|
I’m using tmux/screen and Powerline is colorless
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
@ -20,9 +18,6 @@ I’m using tmux/screen and Powerline is colorless
|
|||||||
* Alternative: set :ref:`additional_escapes <config-common-additional_escapes>`
|
* Alternative: set :ref:`additional_escapes <config-common-additional_escapes>`
|
||||||
to ``"tmux"`` or ``"screen"``. Note that it is known to work perfectly in
|
to ``"tmux"`` or ``"screen"``. Note that it is known to work perfectly in
|
||||||
screen, but in tmux it may produce ugly spaces.
|
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
|
After an update something stopped working
|
||||||
|
@ -169,13 +169,15 @@ is the absolute path to your Powerline installation directory:
|
|||||||
Tmux statusline
|
Tmux statusline
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Add the following lines to your :file:`.tmux.conf`, where ``{repository_root}``
|
Add the following lines to your :file:`.tmux.conf`, where ``{repository_root}``
|
||||||
is the absolute path to your Powerline installation directory (please note that
|
is the absolute path to your Powerline installation directory::
|
||||||
the definition of the ``POWERLINE_BINDINGS_DIR`` variable is required for full
|
|
||||||
powerline support)::
|
|
||||||
|
|
||||||
POWERLINE_BINDINGS_DIR="{repository_root}/powerline/bindings"
|
source "{repository_root}/tmux/powerline.conf"
|
||||||
source "$POWERLINE_BINDINGS_DIR/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
|
IPython prompt
|
||||||
--------------
|
--------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user