From becc82f9c9d0db2ddac6f7b0830cf4278e91a725 Mon Sep 17 00:00:00 2001 From: CapCreeperGR Date: Mon, 8 Jul 2024 19:34:54 +0000 Subject: [PATCH] Updated zprofile --- source-files/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-files/zprofile b/source-files/zprofile index ed4f23c..9b381f8 100644 --- a/source-files/zprofile +++ b/source-files/zprofile @@ -28,6 +28,6 @@ unset -f append_path # Run /etc/zshrc if in an interactive terminal if [[ $- == *i* ]] then - . /etc/zshrc + . /etc/zsh/zshrc fi