all repos

dotfiles @ 30ec1668c5453615294aec119c2826302d32acf3

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