summaryrefslogtreecommitdiffstats
path: root/docs/pl-PL/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pl-PL/guide/README.md')
-rw-r--r--docs/pl-PL/guide/README.md56
1 files changed, 41 insertions, 15 deletions
diff --git a/docs/pl-PL/guide/README.md b/docs/pl-PL/guide/README.md
index 445e3027c..fd107ff3c 100644
--- a/docs/pl-PL/guide/README.md
+++ b/docs/pl-PL/guide/README.md
@@ -2,18 +2,21 @@
<img
width="400"
src="https://raw.githubusercontent.com/starship/starship/master/media/logo.png"
- alt="Starship – Cross-shell prompt" />
+ alt="Starship – Cross-shell prompt"
+ />
</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="GitHub Actions workflow status" /></a>
+ alt="GitHub Actions workflow status"
+ /></a>
<a href="https://crates.io/crates/starship"
><img
src="https://img.shields.io/crates/v/starship?style=flat-square"
- alt="Crates.io version" /></a>
+ alt="Crates.io version"
+ /></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="Chat on Discord" /></a>
+ alt="Chat on Discord"
+ /></a>
<a href="https://twitter.com/StarshipPrompt"
><img
src="https://img.shields.io/badge/twitter-@StarshipPrompt-1DA1F3?style=flat-square"
- alt="Follow @StarshipPrompt on Twitter" /></a>
+ alt="Follow @StarshipPrompt on 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="Español" /></a>
+ alt="Español"
+ /></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 with iTerm2 and the Snazzy theme"
width="50%"
- align="right" />
+ align="right"
+ />
**The minimal, blazing-fast, and infinitely customizable prompt for any shell!**
@@ -229,6 +244,17 @@
eval (starship init elvish)
```
+
+ #### Tcsh
+
+ Add the following to the end of `~/.tcshrc`:
+
+ ```sh
+ # ~/.tcshrc
+
+ eval `starship init tcsh`
+ ```
+
## 🤝 Contributing
We are always looking for contributors of **all skill levels**! If you're looking to ease your way into the project, try out a [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).