We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cada42e commit 0effba4Copy full SHA for 0effba4
z.lua
@@ -1777,7 +1777,6 @@ function cd_breadcrumbs(pwd, interactive)
1777
local elements = {}
1778
local interactive = interactive and interactive or 1
1779
local fullname = os.environ('_ZL_FULL_PATH', false)
1780
- -- fullname = true
1781
while true do
1782
local head, name = os.path.split(path)
1783
if head == path then -- reached root
@@ -1790,7 +1789,6 @@ function cd_breadcrumbs(pwd, interactive)
1790
1789
end
1791
path = head
1792
1793
- -- printT(elements)
1794
local tmpname = '/tmp/zlua.txt'
1795
local fp = io.stderr
1796
if interactive == 2 then
0 commit comments