Update zsh prompt

This commit is contained in:
Wiktor Zykubek 2020-06-03 19:26:23 +02:00
parent a5a2db9535
commit 6e20a3c29f

View File

@ -17,7 +17,7 @@ command_not_found_handler() {
# prompt # prompt
PROMPT='%F{green}%m%f in %B%F{#299b9b}%~%f%b $(git_status) 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 prompt_subst # allow commands to run after prompt
setopt autocd setopt autocd