summaryrefslogtreecommitdiffstats
path: root/docs/fr-FR/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fr-FR/guide/README.md')
-rw-r--r--docs/fr-FR/guide/README.md56
1 files changed, 41 insertions, 15 deletions
diff --git a/docs/fr-FR/guide/README.md b/docs/fr-FR/guide/README.md
index 8ff8887a9..8f88fc960 100644
--- a/docs/fr-FR/guide/README.md
+++ b/docs/fr-FR/guide/README.md
@@ -2,18 +2,21 @@
<img
width="400"
src="https://raw.githubusercontent.com/starship/starship/master/media/logo.png"
- alt="Starship – Prompt Shell multi-platformes" />
+ alt="Starship – Prompt Shell multi-platformes"
+ />
</p>
<p align="center">
<a href="https://github.com/starship/starship/actions"
><img
src="https://img.shields.io/github/workflow/status/starship/starship/Main workflow/master?label=workflow&style=flat-square"
- alt="Statut du workflow actions GitHub" /></a>
+ alt="Statut du workflow actions GitHub"
+ /></a>
<a href="https://crates.io/crates/starship"
><img
src="https://img.shields.io/crates/v/starship?style=flat-square"
- alt="Version Crates.io" /></a>
+ alt="Version Crates.io"
+ /></a>
<a href="https://repology.org/project/starship/versions"
><img
src="https://img.shields.io/repology/repositories/starship?label=in%20repositories&style=flat-square"
@@ -22,11 +25,13 @@
<a href="https://discord.gg/starship"
><img
src="https://img.shields.io/discord/567163873606500352?label=discord&logoColor=white&style=flat-square"
- alt="Discuter sur Discord" /></a>
+ alt="Discuter sur Discord"
+ /></a>
<a href="https://twitter.com/StarshipPrompt"
><img
src="https://img.shields.io/badge/twitter-@StarshipPrompt-1DA1F3?style=flat-square"
- alt="Suivez @StarshipPrompt sur Twitter" /></a>
+ alt="Suivez @StarshipPrompt sur Twitter"
+ /></a>
</p>
<p align="center">
@@ -42,63 +47,72 @@
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-us.png"
- alt="English" /></a>
+ alt="English"
+ /></a>
&nbsp;
<a
href="https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-jp.png"
- alt="日本語" /></a>
+ alt="日本語"
+ /></a>
&nbsp;
<a
href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png"
- alt="繁體中文" /></a>
+ alt="繁體中文"
+ /></a>
&nbsp;
<a
href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png"
- alt="Русский" /></a>
+ alt="Русский"
+ /></a>
&nbsp;
<a
href="https://github.com/starship/starship/blob/master/docs/de-DE/guide/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-de.png"
- alt="Deutsch" /></a>
+ alt="Deutsch"
+ /></a>
&nbsp;
<a
href="https://github.com/starship/starship/blob/master/docs/zh-CN/guide/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png"
- alt="简体中文" /></a>
+ alt="简体中文"
+ /></a>
&nbsp;
<a
href="https://github.com/starship/starship/blob/master/docs/es-ES/guide/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-es.png"
- alt="Espagnol" /></a>
+ alt="Espagnol"
+ /></a>
&nbsp;
<a
href="https://github.com/starship/starship/blob/master/docs/fr-FR/guide/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png"
- alt="Français" /></a>
+ alt="Français"
+ /></a>
&nbsp;
<a
href="https://github.com/starship/starship/blob/master/docs/vi-VN/guide/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-vn.png"
- alt="Tiếng Việt" /></a>
+ alt="Tiếng Việt"
+ /></a>
</p>
<h1></h1>
@@ -107,7 +121,8 @@
src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif"
alt="Starship avec iTerm2 et le thème Snazzy"
width="50%"
- align="right" />
+ align="right"
+ />
**L'invite minimaliste, ultra-rapide et personnalisable à l'infini pour n'importe quel shell !**
@@ -229,6 +244,17 @@
eval (starship init elvish)
```
+
+ #### Tcsh
+
+ Add the following to the end of `~/.tcshrc`:
+
+ ```sh
+ # ~/.tcshrc
+
+ eval `starship init tcsh`
+ ```
+
## 🤝Contribution
Nous sommes toujours à la recherche de contributeurs de **tous niveaux de compétence**! Si vous cherchez à faciliter votre entrée dans le projet, essayez un [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).