From 893988bc4f7b767738e9e68085bc29e901a7a3de Mon Sep 17 00:00:00 2001
From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com>
Date: Fri, 31 Mar 2023 01:34:19 -0400
Subject: Add $PS2 prompt

Add $PS2 prompt, which is displayed when a command needs more input.
---
 home/.bashrc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

(limited to 'home')

diff --git a/home/.bashrc b/home/.bashrc
index d4e96d3..4d072a7 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -21,7 +21,6 @@ fi
 # Example of what the prompt should look like:
 # [1] [2023-03-28 16:02:55] [user host] [/etc/portage] >
 ##########################################################################
-
 # Set colors for easy reading
 PS1_COLOR_RESET="\[\e[0m\]"
 PS1_COLOR_GREY="\[\e[90m\]"
@@ -84,5 +83,11 @@ PS1+=$PS1_COLOR_RESET
 PS1+=$PS1_COLOR_MAIN
 PS1+="] >"
 PS1+=$PS1_COLOR_RESET
+##########################################################################
 
+
+##########################################################################
+# PS2 - Secondary prompt displayed when a command needs more input
+##################################################################
+PS2=" > "
 ##########################################################################
-- 
cgit v1.2.3