fdfind
parent
2193f54de3
commit
1cceb8f8a2
|
@ -8,6 +8,7 @@ Add to `~/.bashrc`, `~/.zshrc`:
|
|||
|
||||
```sh
|
||||
# Use fd instead of find
|
||||
# In some distributions, use fdfind instead of fd
|
||||
export FZF_DEFAULT_COMMAND='fd --hidden --exclude .git'
|
||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
|
||||
|
|
Loading…
Reference in New Issue