More Markdown fixes

This commit is contained in:
Emmanuel BENOîT 2020-10-21 16:52:23 +02:00
parent 89309169f3
commit fcb8e33ed1

View file

@ -63,7 +63,7 @@ GPrompt may be installed either at the system level or on a per-user basis.
* Add the following line to your `~/.bashrc`:
`export PROMPT_COMMAND='eval "$($HOME/.local/share/gprompt/gprompt.pl $?)"'`
export PROMPT_COMMAND='eval "$($HOME/.local/share/gprompt/gprompt.pl $?)"'
### System-wide installation
@ -78,7 +78,7 @@ GPrompt may be installed either at the system level or on a per-user basis.
* Users may then use GPrompt by adding the following line to their `~/.bashrc`
files (it could also be added to `/etc/skel/.bashrc` or `/etc/bash.bashrc`):
`export PROMPT_COMMAND='eval "$(/usr/share/gprompt/gprompt.pl $?)"'`
export PROMPT_COMMAND='eval "$(/usr/share/gprompt/gprompt.pl $?)"'
## Configuration