summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW
diff options
context:
space:
mode:
authorBSKY <git@bsky.moe>2019-10-29 12:48:45 +0900
committerMatan Kushner <hello@matchai.me>2019-10-29 12:48:45 +0900
commitc58bbcd3861a4db6660d56b2390d4a51122aac90 (patch)
treecb730990d07f521c0d0c9245aef132a97b51c47d /docs/zh-TW
parentfed1341e22967d04a8ce26b386be5aade741d926 (diff)
docs: Update installation instructions for fish-shell (#599)
Diffstat (limited to 'docs/zh-TW')
-rw-r--r--docs/zh-TW/README.md2
-rw-r--r--docs/zh-TW/guide/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md
index 5f783ae93..3fb5c09e1 100644
--- a/docs/zh-TW/README.md
+++ b/docs/zh-TW/README.md
@@ -92,7 +92,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
```sh
# ~/.config/fish/config.fish
- eval (starship init fish)
+ starship init fish | source
```
diff --git a/docs/zh-TW/guide/README.md b/docs/zh-TW/guide/README.md
index e543fd7d3..be7054fb3 100644
--- a/docs/zh-TW/guide/README.md
+++ b/docs/zh-TW/guide/README.md
@@ -184,7 +184,7 @@
```sh
# ~/.config/fish/config.fish
- eval (starship init fish)
+ starship init fish | source
```