summaryrefslogtreecommitdiff
path: root/fish/.config/fish/functions/fish_greeting.fish
blob: 1031678b74c4a471f0b73cf2ade697dee9e81fae (plain) (blame)
1
2
3
4
5
6
function fish_greeting
    if test "$TERM" != "xterm-kitty"
	fortune
	echo ""
    end
end