WIP: Switch to NixOS #5
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ rip() {
|
||||||
|
|
||||||
# make fzf zsh plugin use ripgrep
|
# make fzf zsh plugin use ripgrep
|
||||||
_fzf_compgen_dir() {
|
_fzf_compgen_dir() {
|
||||||
rg --hidden --files --null --sort path "$1" 2>/dev/null | xargs -0 dirname | uniq
|
fd -Ht d
|
||||||
}
|
}
|
||||||
_fzf_compgen_path() {
|
_fzf_compgen_path() {
|
||||||
rg --files --hidden "$1" 2>/dev/null
|
fd -Ht f
|
||||||
}
|
}
|
||||||
|
|
||||||
# search and install packages with fzf
|
# search and install packages with fzf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue