blob: fb9ffd08c448ae4d44c98c8f90baef3f2d433234 (
plain)
1
2
3
4
5
6
|
# Set path to mycroft bindirs if they exist
export PATH=${PATH}:/usr/share/mycroft-core/bin
[ -d /usr/share/mycroft-core/bin ] && append_path '/usr/share/mycroft-core/bin'
[ -d /usr/share/mycroft-core ] && append_path '/usr/share/mycroft-core'
export PATH
|