fish: ripgrep syntax highlighting
1 files changed, 1 insertions(+), 1 deletions(-) M fish/functions/rg.fish
M fish/functions/rg.fish => fish/functions/rg.fish +1 -1
@@ 1,3 1,3 @@ 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