dotfiles/shell/command-not-found.sh

3 lines
66 B
Bash
Raw Normal View History

2017-01-26 13:48:55 +01:00
#!/bin/sh
[ -r /etc/profile.d/cnf.sh ] && . /etc/profile.d/cnf.sh