Dotfiles for my tiling window manager + terminal workflow.

3 lines
34 B

  1. function rgc
  2. rg $argv[1] *.c
  3. end