Rename prompt.* to powerline.*
Reasons: - prompt.* is a bad name for installing into /usr/share/zsh/site-contrib - prompt.* does not conform powerline.vim and powerline.conf (vim and tmux)
This commit is contained in:
parent
0cb218212e
commit
f4a95fbbbf
|
@ -156,7 +156,7 @@ path to your Powerline installation directory:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
. {path}/powerline/bindings/bash/prompt.sh
|
||||
. {path}/powerline/bindings/bash/powerline.sh
|
||||
|
||||
Zsh prompt
|
||||
**********
|
||||
|
@ -166,7 +166,7 @@ path to your Powerline installation directory:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
. {path}/powerline/bindings/zsh/prompt.zsh
|
||||
. {path}/powerline/bindings/zsh/powerline.zsh
|
||||
|
||||
Tmux statusline
|
||||
^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue