diff --git a/bindings b/bindings index d295f56..21e6649 100644 --- a/bindings +++ b/bindings @@ -40,3 +40,6 @@ ~/.zshrc -> zshrc + +~/.ripgreprc +-> ripgreprc diff --git a/fish/nix.fish b/fish/nix.fish index 1253af6..f554ed5 100644 --- a/fish/nix.fish +++ b/fish/nix.fish @@ -18,6 +18,10 @@ if not contains "/home/joachim/src/zig/build/stage3/bin" $PATH set -gx PATH "/home/joachim/src/zig/build/stage3/bin" $PATH end +if test -f $HOME/.ripgreprc + set -gx RIPGREP_CONFIG_PATH $HOME/.ripgreprc +end + function launch true && $argv & && disown && exit end diff --git a/ripgreprc b/ripgreprc new file mode 100644 index 0000000..67f4b87 --- /dev/null +++ b/ripgreprc @@ -0,0 +1,2 @@ +# -*- mode: shell-script -*- +--smart-case