summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 7523976..33989ae 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -19,10 +19,7 @@ SAVEHIST=1000000
unsetopt beep
# End of lines configured by zsh-newuser-install
-autoload -Uz vcs_info
autoload -U colors && colors
-zstyle ':vcs_info:*' formats '%F{075}(%F{078}%b%u%c%F{075})'
-precmd() {vcs_info}
function git_info {
local bname="$(git rev-parse --abbrev-ref HEAD 2> /dev/null)"