Merge branch 'master' into nvim-lua

This commit is contained in:
Marko Korhonen 2021-08-03 12:23:30 +03:00
commit 904e37539e
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -24,10 +24,10 @@ rip() {
# make fzf zsh plugin use ripgrep
_fzf_compgen_dir() {
rg --hidden --files --null --sort path "$1" 2>/dev/null | xargs -0 dirname | uniq
fd -Ht d
}
_fzf_compgen_path() {
rg --files --hidden "$1" 2>/dev/null
fd -Ht f
}
# search and install packages with fzf