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