From 662d9b42f4d1a9762d89c968de731054af21f708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 3 Jul 2021 16:27:17 +0200 Subject: [PATCH] src/ebuild-activate: change PS1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- src/ebuild-activate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebuild-activate b/src/ebuild-activate index d7d7b0d..9bdc787 100644 --- a/src/ebuild-activate +++ b/src/ebuild-activate @@ -66,7 +66,7 @@ then export PORTDIR fi -PS1="[e] ${PS1}" +PS1="(ebuild) ${PS1}" echo ">>> Entering Ebuild development environment"