Maj de sheebr + maj mineure des scripts

This commit is contained in:
Marc
2021-11-29 14:08:48 +01:00
parent 07c16904e6
commit 952edb4270
18 changed files with 294 additions and 33 deletions
@@ -0,0 +1,5 @@
const aliases = {
ls: ["ls", "--color"]
}
module.exports = aliases
@@ -1,5 +1,10 @@
let environment = {
path: ["/usr/lib/sheebr", "/usr/bin"]
path: ["/usr/bin", "/usr/lib/sheebr"],
ls_color: JSON.stringify({
di: [01, 34],
ln: [01, 36],
ex: [01, 32]
})
}
module.exports = environment