From 3a8f0a8521acd11d014119a664c612e4e4c3af1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Wed, 18 Nov 2020 21:36:09 +0100 Subject: [PATCH] enable prompt style --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8c3b731..6a3b778 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,8 +15,8 @@ compinit autoload -U colors colors -#PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d -#%{$fg_bold[yellow]%}%% %{$reset_color%}" +PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d +%{$fg_bold[yellow]%}%% %{$reset_color%}" source $HOME/.config/zsh/key-bindings.zsh