<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged osx colors cli</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/osx+colors+cli/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/osx+colors+cli/order_by/date</id>
  <updated>2008-03-23T09:53:06Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Ajouter la coloration dans le terminal Mac OS X</title>
  <link href="http://snippets.prendreuncafe.com/snippet/81"></link>
  <updated>2008-03-23T09:53:06Z</updated>
  <id>81</id>
  <summary type="html">Pour avoir de belles couleurs au chargement d'une session dans le terminal OS X (ou iTerm), il faut éditer son fichier `~/.profile` et y ajouter cette ligne :

[code]
export CLICOLOR=true
[/code]

Et recharger le profil :

[code]
$ . ~/.profile
[/code]</summary>
</entry>
</feed>