Skip to content

Commit

Permalink
Make prompt line bold (same as on Hetzner)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed May 5, 2020
1 parent 1e22dd6 commit da2caf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc-append.txt
Original file line number Diff line number Diff line change
@@ -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)'
export PROMPT='${ret_status} $fg_bold[red]%}$USER$fg[yellow]%}@$fg[cyan]%}%m %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'

0 comments on commit da2caf5

Please sign in to comment.