From 07e97dfd0357b15a35561f74c0d482530b17c43e Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 29 Jul 2019 08:53:59 -0400 Subject: [PATCH] add ripgreprc --- applications/fish | 1 + applications/ripgrep | 1 + 2 files changed, 2 insertions(+) create mode 100644 applications/ripgrep diff --git a/applications/fish b/applications/fish index 1f54eb0..8e0d6f2 100644 --- a/applications/fish +++ b/applications/fish @@ -19,6 +19,7 @@ switch (uname) set -gx CC clang set -gx CXX clang++ set -gx GOPATH ~/go + set -gx RIPGREP_CONFIG_PATH ~/.config/ripgreprc set -Ux _agw_dir_bin ~/bin set -Ux _agw_dir_rc ~/src/git-scripts set -Ux _agw_dir_scripts ~/src/scripts diff --git a/applications/ripgrep b/applications/ripgrep new file mode 100644 index 0000000..d2f55de --- /dev/null +++ b/applications/ripgrep @@ -0,0 +1 @@ +--glob=!*.min.css