Michael BOUVY
CTO E-commerce

Colorez votre shell prompt Ubuntu

ps1 shell prompt ubuntu color
Published on 2011/08/11

Par défaut, le shell prompt sous Ubuntu est extrêmement (trop) sobre. Pourtant, il est très simple d'avoir un prompt coloré comme c'est le cas par défaut sous Gentoo : il suffit d'éditer votre fichier .bashrc :

$ nano ~/.bashrc

Autour de la ligne 39, vous devriez avoir :

# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
force_color_prompt=yes

Il vous suffit de décommenter la ligne 39 et d'enregistrer votre fichier. Rechargez votre terminal, et miracle, votre prompt est désormais coloré :

Si vous souhaitez aller plus loin dans la personnalisation du prompt, vous pouvez modifier la valeur de PS1 dans le même fichier .bashrc, normalement ligne 53, à l'aide de cet article : http://www.gentoo.org/doc/en/articles/prompt-magic.xml.

Michael BOUVY

I'm Michael BOUVY, CTO and co-founder of Click&Mortar, a digital agency based in Paris, France, specialized in e-commerce.

Over the last years, I've worked as an Engineering Manager and CTO for brands like Zadig&Voltaire and Maisons du Monde.

With more than 10 years experience in e-commerce platforms, I'm always looking for new challenges, feel free to get in touch!