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"