1
0
mirror of https://github.com/sahinakkaya/dotfiles.git synced 2025-05-02 22:52:07 +02:00

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
.config/zsh

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"