From d4ce5507aff5d0f4ca5034bb551ed3673ddd06a4 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 4 Apr 2021 15:22:27 +0200 Subject: [PATCH] Sample prompts: Rename classic+vcs to default That's what it is, and without the "classic" prompt to compare it doesn't make any sense anymore. --- share/functions/fish_prompt.fish | 2 +- .../sample_prompts/{classic_vcs.fish => default.fish} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename share/tools/web_config/sample_prompts/{classic_vcs.fish => default.fish} (97%) diff --git a/share/functions/fish_prompt.fish b/share/functions/fish_prompt.fish index 553367c34..2e04d6688 100644 --- a/share/functions/fish_prompt.fish +++ b/share/functions/fish_prompt.fish @@ -1,4 +1,4 @@ -# name: Classic + Vcs (the default) +# name: Default # author: Lily Ballard function fish_prompt --description 'Write out the prompt' diff --git a/share/tools/web_config/sample_prompts/classic_vcs.fish b/share/tools/web_config/sample_prompts/default.fish similarity index 97% rename from share/tools/web_config/sample_prompts/classic_vcs.fish rename to share/tools/web_config/sample_prompts/default.fish index 553367c34..2e04d6688 100644 --- a/share/tools/web_config/sample_prompts/classic_vcs.fish +++ b/share/tools/web_config/sample_prompts/default.fish @@ -1,4 +1,4 @@ -# name: Classic + Vcs (the default) +# name: Default # author: Lily Ballard function fish_prompt --description 'Write out the prompt'