summaryrefslogtreecommitdiffstats
path: root/docs/de-DE/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/de-DE/README.md')
-rw-r--r--docs/de-DE/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/de-DE/README.md b/docs/de-DE/README.md
index 88bd159c6..0ea6a097d 100644
--- a/docs/de-DE/README.md
+++ b/docs/de-DE/README.md
@@ -123,3 +123,14 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
eval (starship init elvish)
```
+
+ #### Tcsh
+
+ Add the following to the end of `~/.tcshrc`:
+
+ ```sh
+ # ~/.tcshrc
+
+ eval `starship init tcsh`
+ ```
+