From 2c017845a047b6ee3963ba659a1398eaa17dcf11 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 2 Dec 2021 13:29:50 +0100 Subject: [PATCH] add color to prompt --- bash/.bashrc.d/prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc.d/prompt.sh b/bash/.bashrc.d/prompt.sh index cfa01c3..a13a30c 100644 --- a/bash/.bashrc.d/prompt.sh +++ b/bash/.bashrc.d/prompt.sh @@ -1 +1 @@ -export PS1="\[\e[1m\]\u@\h:\[\e[1;92m\]\w\[\e[1;0m\]$ " +export PS1="\[\e[1;36m\]\u@\h\[\e[1;0m\]:\[\e[1;92m\]\w\[\e[1;0m\]$ "