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