mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-27 16:03:23 +00:00
fix: throw old cd hook
This commit is contained in:
parent
d1934452bb
commit
b84d985ce6
@ -22,5 +22,6 @@ commander.register('cd', function (args, sinks)
|
|||||||
sinks.out:writeln(err)
|
sinks.out:writeln(err)
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
bait.throw('cd', path, oldPath)
|
||||||
bait.throw('hilbish.cd', fs.abs(path), oldPath)
|
bait.throw('hilbish.cd', fs.abs(path), oldPath)
|
||||||
end)
|
end)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user