fix: add hostname

This commit is contained in:
2025-12-02 15:31:12 +00:00
parent 4195864823
commit b9c112d428

View File

@@ -30,6 +30,9 @@ _dots_load_omz
_dots_build_prompt() {
local final_prompt=""
local user_host="%{$fg_bold[green]%}%n@%m%{$reset_color%}"
final_prompt+="$user_host "
local dir_section="%{$fg_bold[blue]%}%~"
final_prompt+="$dir_section "