diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 3c70051..5a07fc6 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -27,8 +27,8 @@ $PATH" export CPPFLAGS="${CPPFLAGS+"$CPPFLAGS "}-I$prefix/opt/unixodbc/include" export LDFLAGS="${LDFLAGS+"$LDFLAGS "}-L$prefix/opt/unixodbc/lib" export KERL_CONFIGURE_OPTIONS="--with-odbc=$prefix/opt/unixodbc --with-ssl=$prefix/opt/openssl@3" -# export KERL_BUILD_DOCS=yes -# export KERL_DOC_TARGETS="man html pdf chunks" +export KERL_BUILD_DOCS=yes +export KERL_DOC_TARGETS=" html chunks" # Added by OrbStack: command-line tools and integration # source ~/.orbstack/shell/init.zsh 2>/dev/null || :