Merge branch 'fix-901' into develop
This commit is contained in:
commit
1f6ed8ef13
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue