Fix zsh prompt example
This commit is contained in:
parent
8192d59284
commit
e64ef3c337
|
@ -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
|
||||
^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue