diff --git a/shell/command-not-found.sh b/shell/command-not-found.sh index d87fbc3..ffa7f25 100755 --- a/shell/command-not-found.sh +++ b/shell/command-not-found.sh @@ -1,3 +1,4 @@ #!/bin/sh -[ -r /etc/profile.d/cnf.sh ] && . /etc/profile.d/cnf.sh +# arch +[ -r /usr/share/doc/pkgfile/command-not-found.bash ] && . /usr/share/doc/pkgfile/command-not-found.bash