mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 18:13:00 +08:00
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:
parent
a150ae76ac
commit
a4d6a104a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user