summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-09-05 16:11:05 +0200
committerJulian T <julian@jtle.dk>2020-09-05 16:11:05 +0200
commit9619fc9b546dc6634487cbe666088403178f4f2a (patch)
tree3a74bcbf7f2af85ec0e14e92ee16ca4a6c5132c0 /zsh
parent2d721a37515dc22e94bcb7d6d88a5702b3370cf4 (diff)
Removed unused vcs_info import from zsh
Diffstat (limited to 'zsh')
-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)"