summaryrefslogtreecommitdiff
path: root/fish/.config/fish/functions/fish_greeting.fish
blob: 3b024f32850bcf7c07290a5456f195a629639d7a (plain) (blame)
1
2
3
4
5
function fish_greeting
    if test "$TERM" != "xterm-kitty"
	/home/lain/.local/bin/nofetch
    end
end