main
sudo pacman -Syu 2021-02-18 10:24:29 +07:00
parent 2193f54de3
commit 1cceb8f8a2
1 changed files with 1 additions and 0 deletions

View File

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