all repos

dotfiles @ 89a9bce317684d986d52f83836c84100e3f4aa82

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