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