4 lines
111 B
Fish

function rg --wraps rg
command rg --ignore-file="$XDG_CONFIG_HOME/ripgrep/ignore" --json $argv | delta
end