mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:26:41 +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 gpl="git pull --rebase"
|
||||||
alias gix="gitx"
|
alias gix="gitx"
|
||||||
alias gx="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