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