From 01d34df9b3106c5967f30bf34f5b151028e5f105 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 28 Dec 2021 17:40:44 +0100 Subject: [PATCH] axemoji: Show host name in root prompts --- themes/axemoji.axzshtheme | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/axemoji.axzshtheme b/themes/axemoji.axzshtheme index 03d610e..9333e0e 100644 --- a/themes/axemoji.axzshtheme +++ b/themes/axemoji.axzshtheme @@ -32,6 +32,7 @@ else fi axzsh_logname_prompt_functions=($axzsh_logname_prompt_functions axzsh_logname_prompt_root) +axzsh_hostname_prompt_functions=($axzsh_hostname_prompt_functions axzsh_hostname_prompt_root) # The primary prompt string, printed before a command is read. PS1="${system_emoji}${emoji_spacing} $(axzsh_logname_prompt_yn)$(axzsh_hostname_prompt_yn)%B%2~%b"'$(axzsh_vcs_prompt)'"$(axzsh_prompt)" -- 2.39.2