✨ feat(ripgrep): added config
This commit is contained in:
parent
0bf99009d7
commit
2a65249d5c
2 changed files with 7 additions and 1 deletions
|
@ -14,7 +14,8 @@ set -xg CARGO_HOME $XDG_DATA_HOME/cargo
|
||||||
set -xg LEIN_HOME $XDG_DATA_HOME/lein
|
set -xg LEIN_HOME $XDG_DATA_HOME/lein
|
||||||
set -xg NUGET_PACKAGES $XDG_CACHE_HOME/NuGetPackages
|
set -xg NUGET_PACKAGES $XDG_CACHE_HOME/NuGetPackages
|
||||||
set -xg ANDROID_HOME $XDG_DATA_HOME/android
|
set -xg ANDROID_HOME $XDG_DATA_HOME/android
|
||||||
set -xg BUN_INSTALL "$HOME/.bun"
|
set -xg BUN_INSTALL $HOME/.bun
|
||||||
|
set -xg RIPGREP_CONFIG_PATH $HOME/.config/rg/.ripgreprc
|
||||||
|
|
||||||
set -x fish_user_paths
|
set -x fish_user_paths
|
||||||
fish_add_path $XDG_BIN_HOME
|
fish_add_path $XDG_BIN_HOME
|
||||||
|
|
5
.config/rg/.ripgreprc
Normal file
5
.config/rg/.ripgreprc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
--smart-case
|
||||||
|
--hidden
|
||||||
|
--glob=!.git/
|
Loading…
Add table
Reference in a new issue