dotfiles/shell/command-not-found.sh
2017-01-26 13:48:55 +01:00

2 lines
66 B
Bash
Executable file

#!/bin/sh
[ -r /etc/profile.d/cnf.sh ] && . /etc/profile.d/cnf.sh