From c58bbcd3861a4db6660d56b2390d4a51122aac90 Mon Sep 17 00:00:00 2001 From: BSKY Date: Tue, 29 Oct 2019 12:48:45 +0900 Subject: [PATCH] docs: Update installation instructions for fish-shell (#599) --- README.md | 6 +++--- docs/README.md | 2 +- docs/de-DE/README.md | 2 +- docs/de-DE/guide/README.md | 2 +- docs/fr-FR/README.md | 2 +- docs/fr-FR/guide/README.md | 2 +- docs/ja-JP/README.md | 2 +- docs/ja-JP/guide/README.md | 2 +- docs/ru-RU/README.md | 2 +- docs/ru-RU/guide/README.md | 2 +- docs/zh-CN/README.md | 2 +- docs/zh-CN/guide/README.md | 2 +- docs/zh-TW/README.md | 2 +- docs/zh-TW/guide/README.md | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7316b93d..74e84514 100644 --- a/README.md +++ b/README.md @@ -161,9 +161,9 @@ The prompt shows information you need while you're working, while staying sleek ```sh $ pkg install starship ``` - + #### Other x86-64 Linux Platforms - + Download a prebuilt binary and place in /usr/local/bin/ ```sh @@ -191,7 +191,7 @@ The prompt shows information you need while you're working, while staying sleek ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` #### Zsh diff --git a/docs/README.md b/docs/README.md index dbc0dc87..5688e752 100644 --- a/docs/README.md +++ b/docs/README.md @@ -85,7 +85,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` #### Zsh diff --git a/docs/de-DE/README.md b/docs/de-DE/README.md index 55e3a050..7f3b528a 100644 --- a/docs/de-DE/README.md +++ b/docs/de-DE/README.md @@ -92,7 +92,7 @@ footer: ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` diff --git a/docs/de-DE/guide/README.md b/docs/de-DE/guide/README.md index b7fb1ca6..395e2db9 100644 --- a/docs/de-DE/guide/README.md +++ b/docs/de-DE/guide/README.md @@ -184,7 +184,7 @@ ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` diff --git a/docs/fr-FR/README.md b/docs/fr-FR/README.md index a1a33648..2e3d3e40 100644 --- a/docs/fr-FR/README.md +++ b/docs/fr-FR/README.md @@ -92,7 +92,7 @@ footer: ISC licencié | Copyright © 2019-present Starship Contributors ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` diff --git a/docs/fr-FR/guide/README.md b/docs/fr-FR/guide/README.md index 0af89a09..1ec7b8af 100644 --- a/docs/fr-FR/guide/README.md +++ b/docs/fr-FR/guide/README.md @@ -184,7 +184,7 @@ ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` diff --git a/docs/ja-JP/README.md b/docs/ja-JP/README.md index 1b308c96..ebee747a 100644 --- a/docs/ja-JP/README.md +++ b/docs/ja-JP/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/ja-JP/guide/README.md b/docs/ja-JP/guide/README.md index 9770d6af..7c570ec6 100644 --- a/docs/ja-JP/guide/README.md +++ b/docs/ja-JP/guide/README.md @@ -184,7 +184,7 @@ ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` diff --git a/docs/ru-RU/README.md b/docs/ru-RU/README.md index 8b96c3c1..72e4ee66 100644 --- a/docs/ru-RU/README.md +++ b/docs/ru-RU/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/ru-RU/guide/README.md b/docs/ru-RU/guide/README.md index 110987c2..9c0e5a12 100644 --- a/docs/ru-RU/guide/README.md +++ b/docs/ru-RU/guide/README.md @@ -184,7 +184,7 @@ ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index 14184c57..ed103ef2 100644 --- a/docs/zh-CN/README.md +++ b/docs/zh-CN/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-CN/guide/README.md b/docs/zh-CN/guide/README.md index e1f23d84..c70d369a 100644 --- a/docs/zh-CN/guide/README.md +++ b/docs/zh-CN/guide/README.md @@ -184,7 +184,7 @@ ```sh # ~/.config/fish/config.fish - eval (starship init fish) + starship init fish | source ``` diff --git a/docs/zh-TW/README.md b/docs/zh-TW/README.md index 5f783ae9..3fb5c09e 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 e543fd7d..be7054fb 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 ```