From a4d6a104a669e475a6e9c1c2f4ee362d5649d83a Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 23 Jun 2015 15:58:56 -0700 Subject: Correct name and author fields to be lowercase in sorin prompt fish_config requires that these fields be lowercase, otherwise they won't show up in the prompt list. --- share/tools/web_config/sample_prompts/sorin.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/tools') diff --git a/share/tools/web_config/sample_prompts/sorin.fish b/share/tools/web_config/sample_prompts/sorin.fish index 41f02d92..62f19796 100644 --- a/share/tools/web_config/sample_prompts/sorin.fish +++ b/share/tools/web_config/sample_prompts/sorin.fish @@ -1,5 +1,5 @@ -# Name: Sorin -# Author: Ivan Tham +# name: Sorin +# author: Ivan Tham # If login shell, don't do anything if status --is-login; and function fish_prompt; echo -n '% '; end; end -- cgit v1.2.3