mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-11-02 03:12:10 +01:00
3 lines
66 B
Bash
3 lines
66 B
Bash
|
|
#!/bin/sh
|
||
|
|
[ -r /etc/profile.d/cnf.sh ] && . /etc/profile.d/cnf.sh
|