scripts/bashrc.d/prompt.sh
2025-01-08 09:37:06 +01:00

11 lines
356 B
Bash

# 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\n\
\e[38;5;208m\u25B6\e[0m '