starship for remote

This commit is contained in:
Matt Nish-Lapidus 2025-03-14 09:33:23 -04:00
parent 9a6cde2829
commit f638d355f3

View file

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