dotfiles/.config/fish/functions/fish_greeting.fish
2024-08-09 14:34:29 +02:00

5 lines
89 B
Fish

function fish_greeting
if type -q colorscript
colorscript random
end
end