summaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 5fdedb9cf..6a7435b0e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -115,3 +115,13 @@ 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`"
+ ```
+