From 1b290bcf235c5ce8819bd4760da6ef3acbac4331 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 2 Nov 2024 09:22:27 -0700 Subject: [PATCH] Fix debuginfod.sh --- arch.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch.zsh b/arch.zsh index 4100cba..79e7784 100644 --- a/arch.zsh +++ b/arch.zsh @@ -1,3 +1,6 @@ # Arch specific config options -source "/etc/profile.d/debuginfod.sh" +function () { + emulate -L sh + source "/etc/profile.d/debuginfod.sh" +} source "/usr/share/doc/pkgfile/command-not-found.zsh"