aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-06-23 15:58:56 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-06-23 15:58:56 -0700
commita4d6a104a669e475a6e9c1c2f4ee362d5649d83a (patch)
tree389f36ab556acd5f55cb88dde8c7b9c7a7da8693 /share/tools
parenta150ae76ac15ced7965f909e6b4b433c57321d84 (diff)
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.
Diffstat (limited to 'share/tools')
-rw-r--r--share/tools/web_config/sample_prompts/sorin.fish4
1 files changed, 2 insertions, 2 deletions
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 <ivanthamjunhoe@gmail.com>
+# name: Sorin
+# author: Ivan Tham <ivanthamjunhoe@gmail.com>
# If login shell, don't do anything
if status --is-login; and function fish_prompt; echo -n '% '; end; end