From d158b039e9bd51ecb71de06fcf15969a45a59c0e Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Thu, 31 Mar 2022 08:14:28 -0700 Subject: [PATCH] fix double the --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40d130c..062e29c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ exec fish --init-command "set -g fish_greeting; emit _tide_init_install" ### Configuration Wizard -Run `tide configure` to open the the wizard in your terminal. +Run `tide configure` to open the wizard in your terminal. ![configuration_wizard][] @@ -94,7 +94,7 @@ Tide is the only Fish prompt capable of displaying a multi-line right prompt. Al ### Current directory that just works -The current working directory is the the most important part of any shell prompt. Tide highlights the critical parts and truncates with the least loss of information when horizontal space is scarce. +The current working directory is the most important part of any shell prompt. Tide highlights the critical parts and truncates with the least loss of information when horizontal space is scarce. ![pwd][]