mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-11 07:10:29 +00: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
|