adds directory to project switcher
This commit is contained in:
parent
1bcd84feae
commit
d2beef02bc
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ function M.project_dirs()
|
||||||
table.insert(projects, dir)
|
table.insert(projects, dir)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
table.insert(projects, wezterm.home_dir .. "/orgnzr")
|
||||||
|
|
||||||
return projects
|
return projects
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue