4 lines
96 B
Fish

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