fix: use : instead of @ in abbreviations used to acess bookmarks files
parent
fc28824e75
commit
f69fcefc23
|
@ -310,12 +310,12 @@
|
||||||
code-projects)))
|
code-projects)))
|
||||||
(abbreviation
|
(abbreviation
|
||||||
(name ":todo")
|
(name ":todo")
|
||||||
(expansion (format #f "~a/todo" organization)))
|
(expansion "~/areas/organization/todo"))
|
||||||
(abbreviation
|
(abbreviation
|
||||||
(name ":bookmark")
|
(name ":bookmark")
|
||||||
(position 'anywhere)
|
(position 'anywhere)
|
||||||
(pattern
|
(pattern
|
||||||
(apply format #f "@(~a~@{|~a~})" bookmarks))
|
(apply format #f ":(~a~@{|~a~})" bookmarks))
|
||||||
(expansion
|
(expansion
|
||||||
(fish-function "bookmarks")))
|
(fish-function "bookmarks")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue