Skip to content

Instantly share code, notes, and snippets.

@t3hk0d3
Created January 15, 2019 10:42
Show Gist options
  • Save t3hk0d3/aae7d739732c2049addaa5d64e6f17b8 to your computer and use it in GitHub Desktop.
Save t3hk0d3/aae7d739732c2049addaa5d64e6f17b8 to your computer and use it in GitHub Desktop.
How to speed-up Powerline9k VCS on huge repositories
# Add following lines to the end of ~/.zshrc
# Disables git-untracked
POWERLEVEL9K_VCS_GIT_HOOKS=(vcs-detect-changes git-aheadbehind git-stash git-remotebranch git-tagname)
# Disables tracking of changed files
zstyle ':vcs_info:git:*' check-for-changes false
zstyle ':vcs_info:git:*' get-revision false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment