mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
Prime does not suck, that much.
This commit is contained in:
parent
a002b9cf17
commit
7ca4d07089
@ -93,8 +93,10 @@ local function expand_dir(config)
|
||||
for k in pairs(projects) do
|
||||
local expanded_path = Path.new(k):expand()
|
||||
projects[expanded_path] = projects[k]
|
||||
if expanded_path ~= k then
|
||||
projects[k] = nil
|
||||
end
|
||||
end
|
||||
|
||||
return config
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user