mirror of https://github.com/Hilbis/Hilbish
fix: use hilbish.home instead of home env var
parent
eab3f27ebf
commit
805eefcd17
|
@ -34,8 +34,8 @@ commander.register('cd', function (args)
|
||||||
bait.throw('cd', path)
|
bait.throw('cd', path)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
fs.cd(os.getenv 'HOME')
|
fs.cd(hilbish.home)
|
||||||
bait.throw('cd', os.getenv 'HOME')
|
bait.throw('cd', hilbish.home)
|
||||||
|
|
||||||
return
|
return
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue