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:
ZyX 2013-01-22 20:51:26 +04:00
parent 0cb218212e
commit f4a95fbbbf
3 changed files with 2 additions and 2 deletions

View File

@ -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
^^^^^^^^^^^^^^^