Merge branch 'fix-901' into develop

This commit is contained in:
ZyX 2014-06-28 17:37:04 +04:00
commit 1f6ed8ef13
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ 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:: is the absolute path to your Powerline installation directory::
source "{repository_root}/tmux/powerline.conf" source "{repository_root}/powerline/bindings/tmux/powerline.conf"
.. note:: .. note::
The availability of the ``powerline-config`` command is required for The availability of the ``powerline-config`` command is required for

View File

@ -18,5 +18,5 @@ set -g status-left '#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour
# Simplify tmux version checking by using multiple config files. Source these # Simplify tmux version checking by using multiple config files. Source these
# config files based on the version in which tmux features were added and/or # config files based on the version in which tmux features were added and/or
# deprecated. By splitting these configuration options into separate files, # deprecated. By splitting these configuration options into separate files,
run-shell "eval $POWERLINE_CONFIG_COMMAND tmux source" run-shell 'eval $POWERLINE_CONFIG_COMMAND tmux source'
# vim: ft=tmux # vim: ft=tmux