mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:06:44 +00:00
Remove unneeded git completion setup, zsh-completion handles it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user