Added git completion to zsh

This commit is contained in:
Michael Mandl 2020-05-24 12:55:20 +02:00
parent db2c1a6ee2
commit 70d93acb15
2 changed files with 18 additions and 0 deletions

View file

@ -112,3 +112,5 @@ export EDITOR='nvim'
# alias ohmyzsh="mate ~/.oh-my-zsh"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
[ -f ~/.dotfiles/fzf/git-completion.zsh ] && source ~/.dotfiles/fzf/git-completion.zsh