Fix zsh prompt example

This commit is contained in:
Kim Silkebækken 2013-01-21 17:30:35 +01:00
parent 8192d59284
commit e64ef3c337
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ Add the following to your ``.zshrc``:
.. code-block:: bash
setopt prompt_subst
export PS1=\`powerline-prompt --renderer_module=zsh_prompt\`
export PS1='$(powerline-prompt --renderer_module=zsh_prompt)'
Tmux statusline
^^^^^^^^^^^^^^^