From 78344a8da78f33cd81a421b94877b982108324d8 Mon Sep 17 00:00:00 2001 From: Jason Lewis Date: Wed, 22 Nov 2023 10:11:40 +1100 Subject: [PATCH 1/2] Update context-color put project URL in the context-color comments --- context-color | 2 ++ 1 file changed, 2 insertions(+) diff --git a/context-color b/context-color index 2501783..4731634 100755 --- a/context-color +++ b/context-color @@ -16,6 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Project hosted at https://github.com/ramnes/context-color + PROGNAME="$(basename "$0")" readonly PROGNAME DEFAULT_CONTEXT="whoami; hostname" From 69732371bec8f311ea3dead726d2e8eedebce974 Mon Sep 17 00:00:00 2001 From: Jason Lewis Date: Wed, 22 Nov 2023 10:17:48 +1100 Subject: [PATCH 2/2] add project url to usage message --- context-color | 3 +++ 1 file changed, 3 insertions(+) diff --git a/context-color b/context-color index 4731634..8f6fb72 100755 --- a/context-color +++ b/context-color @@ -60,6 +60,9 @@ DEBUG OPTIONS: useful information. --force , -f Ignore the context and force a color id instead. + +https://github.com/ramnes/context-color project source and further documention. + EOF }