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"