From d1428acfb483adf03cffb991d7d7147d9ba05250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Mon, 28 Dec 2020 17:15:18 +0100 Subject: [PATCH] change prompt colors --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index f98a0c6..7be8f21 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -19,8 +19,8 @@ export PATH autoload -U colors colors -PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?) -%(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%% %{$reset_color%}" +PROMPT="%{%B%F{214}%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?) +%(3L.$fg_bold[red]%L .)%{%B%F{214}%}%% %{$reset_color%}" source $HOME/.config/zsh/key-bindings.zsh