chore: replace 'silver-searcher' with ripgrep
This commit is contained in:
@@ -60,7 +60,7 @@ export XDG_DATA_HOME=$HOME/.local/share
|
|||||||
if [ -f "/usr/bin/fzf" ]; then
|
if [ -f "/usr/bin/fzf" ]; then
|
||||||
# Fuzzy finder setup
|
# Fuzzy finder setup
|
||||||
export FZF_COMPLETION_TRIGGER='**'
|
export FZF_COMPLETION_TRIGGER='**'
|
||||||
export FZF_DEFAULT_COMMAND='ag -g ""'
|
export FZF_DEFAULT_COMMAND='rg --files ""'
|
||||||
export FZF_DEFAULT_OPTS="
|
export FZF_DEFAULT_OPTS="
|
||||||
--pointer='❭'
|
--pointer='❭'
|
||||||
--height 10%
|
--height 10%
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ with pkgs;
|
|||||||
parallel
|
parallel
|
||||||
pass
|
pass
|
||||||
ripgrep
|
ripgrep
|
||||||
silver-searcher
|
|
||||||
sops
|
sops
|
||||||
tldr
|
tldr
|
||||||
tree
|
tree
|
||||||
|
|||||||
Reference in New Issue
Block a user