From 3b7018835e8d437561faaf312bb2456b71fa6ba0 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Fri, 19 Jun 2020 11:13:43 -0700 Subject: [PATCH] Minor edits --- .github/ISSUE_TEMPLATE/feature_request.md | 3 --- README.md | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5ac923c..7cb0553 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -12,8 +12,5 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate **Describe the solution you'd like** A clear and concise description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - **Additional context** Add any other context or screenshots about the feature request here. diff --git a/README.md b/README.md index b7be7f5..c098963 100644 --- a/README.md +++ b/README.md @@ -25,19 +25,19 @@ Tide is a [Fish][] theme inspired by [Powerlevel10k][]. It aims to provide a pow Type `tide configure` to open the the wizard in your terminal. -![Configuration_Wizard][] +![configuration_wizard][] ### Multi-Line Right Prompt > Fish can't do _that_ yet can it? -![Multi-Line_Right_Prompt][] +![multi-line_right_prompt][] ### Pure Compatibility Tide can produce the same prompt as [Pure][]. Type `tide configure` and select the Pure style. -![Pure_Compatibility][] +![pure_compatibility][] Tide doesn't recognize Pure configuration parameters, so you'll need to use `set tide_cmd_duration_threshold 3000` instead of `set pure_threshold_command_duration 3`, etc. @@ -47,7 +47,7 @@ Pure style is an exact replication of the Pure fish theme and therefore displays If there isn't a prompt item that fits your needs, make your own! -![Extensible][] +![extensible][] ## Contributing