From da2caf53287a7aa3a73caa0b9ef22e670cece494 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 5 May 2020 12:53:57 +0300 Subject: [PATCH] Make prompt line bold (same as on Hetzner) --- zshrc-append.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc-append.txt b/zshrc-append.txt index 44f89f0..df674e4 100644 --- a/zshrc-append.txt +++ b/zshrc-append.txt @@ -1,3 +1,3 @@ alias up="docker-compose up --build --force-recreate" -export PROMPT='${ret_status} $fg[red]%}$USER$fg[yellow]%}@$fg[cyan]%}%m %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' \ No newline at end of file +export PROMPT='${ret_status} $fg_bold[red]%}$USER$fg[yellow]%}@$fg[cyan]%}%m %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' \ No newline at end of file