mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-02 05:34:10 +08:00
13 lines
175 B
Fish
13 lines
175 B
Fish
# Set global color styles, for example:
|
|
#
|
|
# function {{NAME}}_error
|
|
# set_color -o red
|
|
# end
|
|
#
|
|
# function {{NAME}}_normal
|
|
# set_color normal
|
|
#
|
|
|
|
function fish_greeting
|
|
end
|