mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user