summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-12 21:46:00 -0500
committerMatan Kushner <hello@matchai.dev>2020-02-12 21:46:00 -0500
commit40bbd5d3cbf9e8d644939455b4eda7bb55164ea5 (patch)
tree70727a2fd03e461813d7bfb250b2b83f5626ff24
parentb8313f81edd1e155260e14dacf033fa5cb05a914 (diff)
docs: Replace project tagline
-rw-r--r--Cargo.toml2
-rw-r--r--docs/.vuepress/config.js12
-rw-r--r--docs/README.md4
-rw-r--r--snapcraft.yaml2
-rw-r--r--starship_module_config_derive/Cargo.toml2
5 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aad1e3f20..6a588d808 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
categories = ["command-line-utilities"]
description = """
-The cross-shell prompt for astronauts. ☄🌌️
+The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
"""
exclude = ["docs/**/*", "media/**/*"]
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 1e33c4fee..c89ebba17 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -3,32 +3,32 @@ module.exports = {
"/": {
lang: "en-US",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/de-DE/": {
lang: "de-DE",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/ru-RU/": {
lang: "ru-RU",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/ja-JP/": {
lang: "ja-JP",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/zh-CN/": {
lang: "zh-CN",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/zh-TW/": {
lang: "zh-TW",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}
},
// prettier-ignore
diff --git a/docs/README.md b/docs/README.md
index a9757c930..eef9ba50f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -2,7 +2,7 @@
home: true
heroImage: /logo.svg
heroText: null
-tagline: The cross-shell prompt for astronauts
+tagline: The minimal, blazing-fast, and infinitely customizable prompt for any shell!
actionText: Get Started →
actionLink: ./guide/
features:
@@ -16,7 +16,7 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
# Used for the description meta tag, for SEO
metaTitle: "Starship: Cross-Shell Prompt"
-description: Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.
+description: Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and PowerShell.
---
<div class="center">
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 0d0c4d3b4..0185f4157 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,7 +1,7 @@
name: starship
base: core18
adopt-info: starship
-summary: The cross-shell prompt for astronauts
+summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell!
description: |
Starship is the minimal, blazing fast, and extremely customizable prompt
for any shell! The prompt shows information you need while you're working,
diff --git a/starship_module_config_derive/Cargo.toml b/starship_module_config_derive/Cargo.toml
index 9288fb271..d59abce7b 100644
--- a/starship_module_config_derive/Cargo.toml
+++ b/starship_module_config_derive/Cargo.toml
@@ -11,7 +11,7 @@ license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
categories = ["command-line-utilities"]
description = """
-The cross-shell prompt for astronauts. ☄🌌️
+The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
"""
exclude = ["docs/**/*"]