From 5805c9093fa00bf79e143684d2aa7a565fc15f23 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 2 Jan 2025 21:07:20 +0100 Subject: [PATCH] Make 'ag' respect gitignore --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ab44d82..31802a5 100644 --- a/.bashrc +++ b/.bashrc @@ -64,7 +64,7 @@ export XDG_DATA_HOME=$HOME/.local/share if [ -f "/usr/bin/fzf" ]; then # Fuzzy finder setup export FZF_COMPLETION_TRIGGER='**' - export FZF_DEFAULT_COMMAND='ag --hidden --skip-vcs-ignores -t -g ""' + export FZF_DEFAULT_COMMAND='ag -g ""' export FZF_DEFAULT_OPTS=" --pointer='❭' --height 10%