v0.10.0 - Added text editor (which took me way too long) and too many other tweaks to name.
This commit is contained in:
@@ -9,8 +9,11 @@ local shellcfg = {
|
||||
["rename"] = "mv",
|
||||
["ren"] = "mv",
|
||||
["dir"] = "ls",
|
||||
["list"] = "ls",
|
||||
["man"] = "help",
|
||||
["del"] = "rm",
|
||||
["delete"] = "rm",
|
||||
["remove"] = "rm",
|
||||
[".."] = "cd .."
|
||||
}, ["defaultWorkingDirectory"] = "/home/" -- the working directory that gets set when halyde starts
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user