From 68b6d4cd12f1e8f6eb50bba39199038da17565d8 Mon Sep 17 00:00:00 2001 From: Asocia Date: Tue, 25 Jan 2022 17:02:58 +0300 Subject: [PATCH] Handle git completions with offical script --- {.zsh => .config/zsh/.zsh}/_git | 0 .config/zsh/.zshrc | 2 ++ 2 files changed, 2 insertions(+) rename {.zsh => .config/zsh/.zsh}/_git (100%) diff --git a/.zsh/_git b/.config/zsh/.zsh/_git similarity index 100% rename from .zsh/_git rename to .config/zsh/.zsh/_git diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index d824fc2..5477bcd 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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"