Install doc - mention /etc/bash.bashrc

This commit is contained in:
Emmanuel BENOîT 2020-10-21 15:24:34 +02:00
parent f9ce89d5f6
commit b59dd0ad51

View file

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