From bed12353a990cc775aa9c0653dea1eabc821cbf6 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Thu, 13 Feb 2020 11:25:25 +0100 Subject: [PATCH] Title and host --- zsh.d/prompts/pure/pure.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.d/prompts/pure/pure.zsh b/zsh.d/prompts/pure/pure.zsh index 007518d..feccea8 100644 --- a/zsh.d/prompts/pure/pure.zsh +++ b/zsh.d/prompts/pure/pure.zsh @@ -149,7 +149,7 @@ prompt_pure_preprompt_render() { [[ $UID -eq 0 ]] && preprompt_parts+='%F{$prompt_pure_colors[user:root]}'"⚡" - [[ -n $prompt_pure_state[username] ]] && preprompt_parts+='%F{$prompt_pure_colors[host]}'"@%m" + [[ -n $prompt_pure_state[username] ]] && preprompt_parts+='%F{$prompt_pure_colors[host]}'"|%m|" # [[ ! -z $SSH_CONNECTION ]] && preprompt_parts+='%F{$prompt_pure_colors[host]}'"@%m" prompt_pure_set_aws