mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
4 lines
122 B
Bash
Executable file
4 lines
122 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# arch
|
|
[ -r /usr/share/doc/pkgfile/command-not-found.bash ] && . /usr/share/doc/pkgfile/command-not-found.bash
|