Escape command in prompt usage instructions

This commit is contained in:
Kim Silkebækken 2013-01-17 10:08:51 +01:00
parent 20b17cebe0
commit 8a5b8719cd
1 changed files with 2 additions and 2 deletions

View File

@ -74,12 +74,12 @@ Terminal prompt
Add the following to your ``.bashrc``/``.zshrc``::
export PS1=`powerline-prompt`
export PS1=\`powerline-prompt\`
If Powerline is installed somewhere other than Python's site-packages you'll
have to specify the full path to the script::
export PS1=`/path/to/powerline/scripts/powerline-prompt`
export PS1=\`/path/to/powerline/scripts/powerline-prompt\`
Tmux statusline
^^^^^^^^^^^^^^^