J’ai commenté la ligne PS1
de mon .bashrc
et j’ai ajouté celles ci:
function tranquil_thoughts_prompt
{
local WHITE="[\033[1;37m]"
local BRIGHTGREEN="[\033[1;32m]"
local GREEN="[\033[0;32m]"
local CYAN="[\033[0;36m]"
local GRAY="[\033[0;37m]"
PS1="${BRIGHTGREEN}[${GREEN}\u${BRIGHTGREEN}@${GREEN}\h ${CYAN}\w${WHITE}${BRIGHTGREEN}]${WHITE} "
}
tranquil_thoughts_prompt
Rend pas mal sur un fond noir (Putty par défaut)…
via bash Prompts