function fish_greeting
status --is-login
if [ $status = 0 ]
if which figlet > /dev/null
figlet -f "$HOME/.local/share/flf/wavy.flf" (hostname)
end