From b99f91af13597a3b8c596ad0299e0fe0389ebaea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Tue, 8 Dec 2020 15:58:50 +0100 Subject: [PATCH] change PROMPT --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index d9d9a32..fae313b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -19,7 +19,7 @@ export PATH autoload -U colors colors -PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d +PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?) %{$fg_bold[yellow]%}%% %{$reset_color%}" source $HOME/.config/zsh/key-bindings.zsh