From 9619fc9b546dc6634487cbe666088403178f4f2a Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 5 Sep 2020 16:11:05 +0200 Subject: Removed unused vcs_info import from zsh --- zsh/.zshrc | 3 --- 1 file changed, 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)" -- cgit v1.2.3