From c52bb8ac167b30c4ed215ecb40251e42adefb970 Mon Sep 17 00:00:00 2001 From: Jidbo Date: Wed, 17 Feb 2021 21:27:20 +0100 Subject: [PATCH] add prompt color option to examples --- shell/localcommands.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/localcommands.example b/shell/localcommands.example index dca1e02..9ae7837 100644 --- a/shell/localcommands.example +++ b/shell/localcommands.example @@ -1 +1,4 @@ alias vi="vim" + +# set prompt color +PROMPT_COLOR="blue"