espelhamento de
https://github.com/Hilbis/Hilbish
sincronizado 2025-06-30 16:22:03 +00:00
Comparar commits
3 Commits
35a8d0eaa4
...
ddf5117fd9
Autor | SHA1 | Data | |
---|---|---|---|
ddf5117fd9 | |||
5b46158008 | |||
a41a5504f4 |
@ -19,7 +19,7 @@ commander.register('cd', function (args, sinks)
|
||||
dirs.setOld(hilbish.cwd())
|
||||
dirs.push(path)
|
||||
|
||||
local ok, err = pcall(function() fs.cd(path) end)
|
||||
local ok, err = pcall(function() fs.cd(fs.abs(path)) end)
|
||||
if not ok then
|
||||
sinks.out:writeln(err)
|
||||
return 1
|
||||
|
@ -27,7 +27,7 @@ hilbish.tips = {
|
||||
}
|
||||
|
||||
bait.catch('hilbish.init', function()
|
||||
if hilbish.interactive and hilbish.opts.tip then
|
||||
if hilbish.interactive and hilbish.opts.tips then
|
||||
local idx = math.random(1, #hilbish.tips)
|
||||
print(lunacolors.format(PREAMBLE .. "\nTip: " .. hilbish.tips[idx]))
|
||||
end
|
||||
|
2
vars.go
2
vars.go
@ -11,7 +11,7 @@ var (
|
||||
|
||||
// Version info
|
||||
var (
|
||||
ver = "v2.3.0"
|
||||
ver = "v2.3.1"
|
||||
releaseName = "Alyssum"
|
||||
|
||||
gitCommit string
|
||||
|
Carregando…
x
Referência em uma nova issue
Block a user