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.
This commit is contained in:
ridiculousfish 2015-06-23 15:58:56 -07:00
parent a150ae76ac
commit a4d6a104a6

View File

@ -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