From b59dd0ad51c4e70806fc3808816bd58950dc34c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Wed, 21 Oct 2020 15:24:34 +0200 Subject: [PATCH] Install doc - mention /etc/bash.bashrc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 302a94c..f1eaf8c 100644 --- a/README.md +++ b/README.md @@ -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 $?)"'`