From d1fe19185ec9dc03d2649d8043b87a5b9143a64d Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 5 Feb 2015 22:06:23 +0100 Subject: [PATCH] Added gitfast to zsh for faster git autocomplete --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index aa1a6ac..44ee94c 100644 --- a/zshrc +++ b/zshrc @@ -1,7 +1,7 @@ #oh-my-zsh ZSH=~/.dotfiles/oh-my-zsh ZSH_THEME="agnoster" -plugins=(sudo colored-man git gitignore) +plugins=(sudo colored-man git gitignore gitfast) setopt correct source $ZSH/oh-my-zsh.sh