summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-03-24 08:24:48 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:30:22 (GMT)
commit8dea5d3e53584aeeeb70bf0534c8d60f10f5f47a (patch)
tree3fdebffab345a1f81b028574084789c974143ef2 /.zshrc
parent018285bd396cde84ee0107ba107b8389f0e0b294 (diff)
downloaddotfiles-8dea5d3e53584aeeeb70bf0534c8d60f10f5f47a.zip
dotfiles-8dea5d3e53584aeeeb70bf0534c8d60f10f5f47a.tar.gz
dotfiles-8dea5d3e53584aeeeb70bf0534c8d60f10f5f47a.tar.bz2
zsh: Enable version control helpers
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 675aabd..a597a98 100644
--- a/.zshrc
+++ b/.zshrc
@@ -6,7 +6,7 @@ SAVEHIST=1000
# The following lines were added by compinstall
zstyle :compinstall filename '/home/oliver/.zshrc'
-autoload -Uz compinit promptinit
+autoload -Uz compinit promptinit vcs_info
compinit
promptinit
# End of lines added by compinstall