fish: ripgrep syntax highlighting

This commit is contained in:
Charles Gould 2023-06-13 09:52:46 -04:00
parent 05f9fe0fbc
commit d6572bd634

View File

@ -1,3 +1,3 @@
function rg --wraps rg function rg --wraps rg
command rg --ignore-file="$XDG_CONFIG_HOME/ripgrep/ignore" $argv command rg --ignore-file="$XDG_CONFIG_HOME/ripgrep/ignore" --json $argv | delta
end end