From faf27a13c4d82795544cca2e02a058439a07f7dc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 23 May 2020 21:44:13 +0100 Subject: [PATCH] Remove unneeded git completion setup, zsh-completion handles it --- zsh/git.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/git.zsh b/zsh/git.zsh index 0edbf51..1ec05ca 100755 --- a/zsh/git.zsh +++ b/zsh/git.zsh @@ -18,8 +18,3 @@ alias gd="git difftool" alias gpl="git pull --rebase" alias gix="gitx" alias gx="gitx" - -# Git Completion -if [ -d "/usr/local/share/zsh/site-functions" ]; then - fpath=("/usr/local/share/zsh/site-functions" "${fpath[@]}") -fi