all repos

dotfiles @ 6df9c0ee70a178cbd33a91aad39162e524eeed42

my dotfiles

config/fish/functions/notes.fish (view raw)

1
2
3
4
5
function notes
  set pattern $argv[1]

  rg -C 3 $pattern $HOME/org/notes
end