all repos

dotfiles @ 59a080a6a412a70f6560ddc147fcc8cbb3e7524a

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