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