From 53f3c5d63d6532ac38f8318b63c0f2a0c5283e08 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Fri, 10 May 2024 11:09:50 -0700 Subject: [PATCH] fix: Use prompt_hostname instead of hostname --- fish/functions/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/functions/fish_prompt.fish b/fish/functions/fish_prompt.fish index d3d9ebb..75b7a95 100755 --- a/fish/functions/fish_prompt.fish +++ b/fish/functions/fish_prompt.fish @@ -51,7 +51,7 @@ function fish_prompt echo -n '@' set_color AFD75F - echo -n (hostname) + echo -n (prompt_hostname) set_color white echo -n ':'