Handle git completions with offical script

This commit is contained in:
Asocia 2022-01-25 17:02:58 +03:00
parent 5541bf317b
commit 68b6d4cd12
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
fi
fpath=("${ZDOTDIR:-$HOME}/.zsh" $fpath)
# Customize to your needs...
source "${ZDOTDIR:-$HOME}/.aliases"