diff --git a/zsh/.zshrc b/zsh/.zshrc index 7938923..dc49a91 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -20,7 +20,7 @@ autoload -Uz vcs_info precmd() { vcs_info } zstyle ':vcs_info:git:*' formats '%b ' setopt PROMPT_SUBST -PROMPT='%F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ ' +PROMPT='%F{magenta}[%m] %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ ' source /usr/share/fzf/key-bindings.zsh