blob: 4e98a69da4300f6981694770c4a5ae308c8d6709 (
plain)
1
2
3
4
|
# Set path to mycroft bindirs if they exist
[ -d /usr/share/mycroft-core/bin ] && setenv PATH ${PATH}:/usr/share/mycroft-core/bin
[ -d /usr/share/mycroft-core ] && setenv PATH ${PATH}:/usr/share/mycroft-core
|