diff --git a/.hilbishrc.lua b/.hilbishrc.lua index 6a4cd78..738bb32 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -5,7 +5,6 @@ fs = require 'fs' commander = require 'commander' commander.register("cd", function (path) - print(path) if path then fs.cd(path[1]) end