Escape command in prompt usage instructions
This commit is contained in:
parent
20b17cebe0
commit
8a5b8719cd
|
@ -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
|
||||
^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue