From 22cb3826e6ad31da9e860d55d3c0e21066e138ff Mon Sep 17 00:00:00 2001 From: T0MuX Date: Wed, 8 Jan 2025 07:25:05 +0100 Subject: [PATCH] +prompt.sh --- bashrc.d/prompt.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bashrc.d/prompt.sh diff --git a/bashrc.d/prompt.sh b/bashrc.d/prompt.sh new file mode 100644 index 0000000..fd752ca --- /dev/null +++ b/bashrc.d/prompt.sh @@ -0,0 +1,10 @@ +# PROMPT +# FG orange 38;5;208m +# FG noir + BG orange 48;5;208;38;5;16m +# FG noir + BG jaune 48;5;214;38;5;16m +# FG noir + BG bleu 48;5;39;38;5;16m +# FG bleu 38;5;39m + +PS1=$'\n\e[0m\e[38;5;208m\uE0B6\e[48;5;208;38;5;16m\u \ +\e[48;5;214;38;5;16m \uEA83 \w \ +\e[48;5;39;38;5;16m $(date +%H:%M:%S) [$?]\e[0m\e[38;5;39m\uE0B4\e[0m '