mirror of https://github.com/bjeanes/dotfiles.git
5 lines
68 B
Fish
5 lines
68 B
Fish
|
function color_print
|
||
|
printf '%s%s%s' $argv (set_color normal)
|
||
|
|
||
|
end
|