add ripgreprc
This commit is contained in:
parent
0ca9bc86c0
commit
8a2d87b63f
3 changed files with 9 additions and 0 deletions
3
bindings
3
bindings
|
|
@ -40,3 +40,6 @@
|
||||||
|
|
||||||
~/.zshrc
|
~/.zshrc
|
||||||
-> zshrc
|
-> zshrc
|
||||||
|
|
||||||
|
~/.ripgreprc
|
||||||
|
-> ripgreprc
|
||||||
|
|
|
||||||
|
|
@ -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
|
set -gx PATH "/home/joachim/src/zig/build/stage3/bin" $PATH
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if test -f $HOME/.ripgreprc
|
||||||
|
set -gx RIPGREP_CONFIG_PATH $HOME/.ripgreprc
|
||||||
|
end
|
||||||
|
|
||||||
function launch
|
function launch
|
||||||
true && $argv & && disown && exit
|
true && $argv & && disown && exit
|
||||||
end
|
end
|
||||||
|
|
|
||||||
2
ripgreprc
Normal file
2
ripgreprc
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# -*- mode: shell-script -*-
|
||||||
|
--smart-case
|
||||||
Loading…
Add table
Add a link
Reference in a new issue