7 lines
161 B
Bash
7 lines
161 B
Bash
# Arch specific config options
|
|
function () {
|
|
emulate -L sh
|
|
source "/etc/profile.d/debuginfod.sh"
|
|
}
|
|
source "/usr/share/doc/pkgfile/command-not-found.zsh"
|