From 9644e956f3d6a36221c52518a6e1e74538458b19 Mon Sep 17 00:00:00 2001 From: samedamci Date: Wed, 3 Jun 2020 19:26:23 +0200 Subject: [PATCH] Update zsh prompt --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e6580f5..a72dd42 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -17,7 +17,7 @@ command_not_found_handler() { # prompt PROMPT='%F{green}%m%f in %B%F{#299b9b}%~%f%b $(git_status) -%f%b% {%B%F{red}%?%f%b}%F{#299b9b}%B>%b%f ' +%f%F{#777ca5}(%B%F{red}%?%f%b%F{#777ca5})>%b%f ' setopt prompt_subst # allow commands to run after prompt setopt autocd