summaryrefslogtreecommitdiffstats
path: root/docs/pl-PL/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pl-PL/README.md')
-rw-r--r--docs/pl-PL/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/pl-PL/README.md b/docs/pl-PL/README.md
index 5887681e3..eb5b35ff2 100644
--- a/docs/pl-PL/README.md
+++ b/docs/pl-PL/README.md
@@ -123,3 +123,14 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
eval (starship init elvish)
```
+
+ #### Tcsh
+
+ Add the following to the end of `~/.tcshrc`:
+
+ ```sh
+ # ~/.tcshrc
+
+ eval `starship init tcsh`
+ ```
+