Remove default FZF command

This commit is contained in:
Loïc Gremaud 2020-07-01 17:56:51 +02:00
parent 4c4f674720
commit 5174af181a
No known key found for this signature in database
GPG Key ID: CACB2A128E557EFD

View File

@ -33,4 +33,5 @@ alias lcs="ls -lhaS --color=always -F --group-directories-first |awk '{k=0;s=0;f
alias open_keepass="keepassxc-cli open ~/Documents/keepassxc/main.kdbx --key-file ~/Documents/keepassxc/main.key" alias open_keepass="keepassxc-cli open ~/Documents/keepassxc/main.kdbx --key-file ~/Documents/keepassxc/main.key"
export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -g ""'
#export FZF_DEFAULT_COMMAND='ag --hidden -g ""'