More Markdown fixes
This commit is contained in:
parent
89309169f3
commit
fcb8e33ed1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue