summaryrefslogtreecommitdiff
path: root/fish/.config/fish/functions/fish_greeting.fish
blob: 880b8eaaa647f21a83f7af9fa115ea67b7b1eb5c (plain) (blame)
1
2
3
4
function fish_greeting
	fortune
	echo ""
end