mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
5 lines
78 B
Fish
Executable file
5 lines
78 B
Fish
Executable file
function notes
|
|
set pattern $argv[1]
|
|
|
|
rg -C 3 $pattern $HOME/org/notes
|
|
end
|