From a5013542dc384db63c09bcd5bff178a7fb371039 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Sun, 5 Nov 2023 17:44:28 +1100 Subject: [PATCH] Terminal colour scheme improvements --- liquidprompt/liquidpromptrc.symlink | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liquidprompt/liquidpromptrc.symlink b/liquidprompt/liquidpromptrc.symlink index b900a9b..5a9e8c5 100644 --- a/liquidprompt/liquidpromptrc.symlink +++ b/liquidprompt/liquidpromptrc.symlink @@ -93,7 +93,7 @@ LP_ENABLE_VCS_ROOT=0 # Enable the Git special features. # Recommended value is 1 -LP_ENABLE_GIT=0 +LP_ENABLE_GIT=1 # Enable the Subversion special features. # Recommended value is 1 @@ -164,7 +164,7 @@ LP_DISABLED_VCS_PATH="" LP_COLOR_MARK="" LP_COLOR_USER_LOGGED="" -LP_COLOR_TIME="" +LP_COLOR_RUNTIME="$MAGENTA" LP_COLOR_WRITE="$GREEN" LP_COLOR_NOWRITE="$RED"