From eec13f5340f464e90a0a5dfa262d5bad6bac479c Mon Sep 17 00:00:00 2001 From: antoxa Date: Tue, 21 Apr 2026 09:38:29 +0300 Subject: [PATCH] zsh fix --- zsh/.config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index e51f77d..a0b0d75 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -1,6 +1,9 @@ # Paths. export ZDOTDIR="$HOME/.config/zsh" +# Functions +source "$ZDOTDIR/functions" + # Include files. zsh_include_file "includes/aliases" zsh_include_file "includes/prompt"