mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
Merge branch 'master' of https://github.com/ThePrimeagen/harpoon into customize-menu-window-yayaya
This commit is contained in:
commit
8e966d6a11
@ -3,6 +3,7 @@ This is still beta. We are getting there, but its not as fast as I would like.
|
|||||||
Therefore APIs are subject to change.
|
Therefore APIs are subject to change.
|
||||||
|
|
||||||

|

|
||||||
|
-- Image provided by Liberty_DevCap
|
||||||
|
|
||||||
# harpoon
|
# harpoon
|
||||||
The goal of Harpoon is to get you where you want with the fewest keystrokes.
|
The goal of Harpoon is to get you where you want with the fewest keystrokes.
|
||||||
|
@ -93,7 +93,9 @@ local function expand_dir(config)
|
|||||||
for k in pairs(projects) do
|
for k in pairs(projects) do
|
||||||
local expanded_path = Path.new(k):expand()
|
local expanded_path = Path.new(k):expand()
|
||||||
projects[expanded_path] = projects[k]
|
projects[expanded_path] = projects[k]
|
||||||
projects[k] = nil
|
if expanded_path ~= k then
|
||||||
|
projects[k] = nil
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user