Make 'ag' respect gitignore

master
Hektor Misplon 2025-01-02 21:07:20 +01:00
parent ec0e06a805
commit 5805c9093f
1 changed files with 1 additions and 1 deletions

View File

@ -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%