From f638d355f34c0048ba12f37d626e36057b8d1a19 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Fri, 14 Mar 2025 09:33:23 -0400 Subject: [PATCH] starship for remote --- .../dotfiles/dot_config/fish/functions/fish_greeting.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/emenel/dotfiles/dot_config/fish/functions/fish_greeting.fish b/homes/emenel/dotfiles/dot_config/fish/functions/fish_greeting.fish index 071c6b3..b82653c 100644 --- a/homes/emenel/dotfiles/dot_config/fish/functions/fish_greeting.fish +++ b/homes/emenel/dotfiles/dot_config/fish/functions/fish_greeting.fish @@ -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