Support for real harddrive and Jmicron usb drives
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
let environment = {
|
||||
path: ["/usr/bin", "/usr/lib/sheebr", "/usr/local/bin", "/usr/local/sbin/"],
|
||||
path: ["/usr/bin", "/usr/sbin", "/usr/lib/sheebr", "/usr/local/bin", "/usr/local/sbin/"],
|
||||
ls_color: JSON.stringify({
|
||||
di: [01, 34],
|
||||
ln: [01, 36],
|
||||
ex: [01, 32]
|
||||
})
|
||||
}),
|
||||
node: "/usr/local/bin/node"
|
||||
}
|
||||
|
||||
module.exports = environment
|
||||
Reference in New Issue
Block a user